head	1.4;
access;
symbols
	RELENG_4_11_0_RELEASE:1.2.6.1
	RELENG_4_11:1.2.6.1.0.10
	RELENG_4_11_BP:1.2.6.1
	RELENG_4_10_0_RELEASE:1.2.6.1
	RELENG_4_10:1.2.6.1.0.8
	RELENG_4_10_BP:1.2.6.1
	RELENG_4_9_0_RELEASE:1.2.6.1
	RELENG_4_9:1.2.6.1.0.6
	RELENG_4_9_BP:1.2.6.1
	RELENG_4_8_0_RELEASE:1.2.6.1
	RELENG_4_8:1.2.6.1.0.4
	RELENG_4_8_BP:1.2.6.1
	RELENG_5_0_0_RELEASE:1.3
	RELENG_5_0:1.3.0.2
	RELENG_5_0_BP:1.3
	RELENG_4_7_0_RELEASE:1.2.6.1
	RELENG_4_7:1.2.6.1.0.2
	RELENG_4_7_BP:1.2.6.1
	RELENG_4_6_2_RELEASE:1.2
	RELENG_4_6_1_RELEASE:1.2
	RELENG_4_6_0_RELEASE:1.2
	RELENG_4_6:1.2.0.14
	RELENG_4_6_BP:1.2
	RELENG_4_5_0_RELEASE:1.2
	RELENG_4_5:1.2.0.12
	RELENG_4_5_BP:1.2
	RELENG_4_4_0_RELEASE:1.2
	RELENG_4_4:1.2.0.10
	RELENG_4_4_BP:1.2
	RELENG_4_3_0_RELEASE:1.2
	RELENG_4_3:1.2.0.8
	RELENG_4_3_BP:1.2
	RELENG_4_2_0_RELEASE:1.2
	RELENG_4_1_1_RELEASE:1.2
	PRE_SMPNG:1.2
	RELENG_4_1_0_RELEASE:1.2
	RELENG_3_5_0_RELEASE:1.2
	RELENG_4_0_0_RELEASE:1.2
	RELENG_4:1.2.0.6
	RELENG_4_BP:1.2
	RELENG_3_4_0_RELEASE:1.2
	RELENG_3_3_0_RELEASE:1.2
	RELENG_3_2_PAO:1.2.0.4
	RELENG_3_2_PAO_BP:1.2
	RELENG_3_2_0_RELEASE:1.2
	RELENG_3_1_0_RELEASE:1.2
	RELENG_3:1.2.0.2
	RELENG_3_BP:1.2
	RELENG_3_0_0_RELEASE:1.2;
locks; strict;
comment	@# @;


1.4
date	2003.04.03.05.44.08;	author imp;	state dead;
branches;
next	1.3;

1.3
date	2002.06.06.14.07.45;	author ru;	state Exp;
branches;
next	1.2;

1.2
date	97.01.02.11.54.58;	author joerg;	state Exp;
branches
	1.2.6.1;
next	1.1;

1.1
date	96.12.16.16.12.34;	author joerg;	state Exp;
branches;
next	;

1.2.6.1
date	2002.08.08.10.05.55;	author ru;	state Exp;
branches;
next	1.2.6.2;

1.2.6.2
date	2012.11.17.07.27.16;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.4
log
@2.x->3.0 upgrade tools are no longer needed.  5.x is unlikely to fit
on a 2.1/2.2 root disk anyway.

OK'd by: peter
@
text
@# $FreeBSD: src/tools/3.0-upgrade/Makefile,v 1.3 2002/06/06 14:07:45 ru Exp $

PROG=	cvt-wtmp
NOMAN=	YES

.include <bsd.prog.mk>
@


1.3
log
@Tidy up.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2
log
@Add a -f (`force') option to cvt-wtmp.  This might help people with
slightly bogus wtmp files (it definately helps in Jordan's case).

Also add a README explaining what all this is for.
@
text
@d1 1
a1 5
all: cvt-wtmp

CLEANFILES += cvt-wtmp

cvt-wtmp: cvt-wtmp.c /usr/include/utmp.h
d3 2
@


1.2.6.1
log
@MFC: tidying.
@
text
@d1 5
a5 1
# $FreeBSD$
a6 2
PROG=	cvt-wtmp
NOMAN=	YES
@


1.2.6.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/4/tools/3.0-upgrade/Makefile 101516 2002-08-08 10:05:55Z ru $
@


1.1
log
@Start collecting transition tools for upgrading a system to 3.0.
Subject to be moved elsewhere in case we decided on a more cmplete
upgrade toolset.  Right now, put it here so that people can upgrade
their wtmp files if they want.

Note that the tool is not yet fully bullet-prrof.  It tries to do its
best however.
@
text
@d3 2
d6 1
@
