diff options
Diffstat (limited to 'usr.sbin/mtree')
| -rw-r--r-- | usr.sbin/mtree/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/mtree/compare.c | 2 | ||||
| -rw-r--r-- | usr.sbin/mtree/create.c | 2 | ||||
| -rw-r--r-- | usr.sbin/mtree/misc.c | 2 | ||||
| -rw-r--r-- | usr.sbin/mtree/mtree.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/mtree/mtree.c | 2 | ||||
| -rw-r--r-- | usr.sbin/mtree/spec.c | 2 | ||||
| -rw-r--r-- | usr.sbin/mtree/verify.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/mtree/Makefile b/usr.sbin/mtree/Makefile index 9f78f8f71c29..e1769f4f956c 100644 --- a/usr.sbin/mtree/Makefile +++ b/usr.sbin/mtree/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.4 1995/02/10 03:12:03 wollman Exp $ PROG= mtree SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c diff --git a/usr.sbin/mtree/compare.c b/usr.sbin/mtree/compare.c index 9b475eafcc76..a4f484211cc7 100644 --- a/usr.sbin/mtree/compare.c +++ b/usr.sbin/mtree/compare.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)compare.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: compare.c,v 1.7.2.1 1997/10/02 11:40:11 charnier Exp $"; + "$Id: compare.c,v 1.7.2.2 1998/07/18 11:10:59 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/mtree/create.c b/usr.sbin/mtree/create.c index 5c06c0491c25..b4f9ecec00f1 100644 --- a/usr.sbin/mtree/create.c +++ b/usr.sbin/mtree/create.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)create.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: create.c,v 1.8.2.1 1997/10/02 11:40:12 charnier Exp $"; + "$Id: create.c,v 1.8.2.2 1998/07/18 11:11:02 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/mtree/misc.c b/usr.sbin/mtree/misc.c index 0f4c0792b748..a8dda72fc89d 100644 --- a/usr.sbin/mtree/misc.c +++ b/usr.sbin/mtree/misc.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: misc.c,v 1.3.6.1 1997/10/02 11:40:12 charnier Exp $"; + "$Id: misc.c,v 1.3.6.2 1998/07/18 11:11:04 jkh Exp $"; #endif /*not lint */ #include <sys/types.h> diff --git a/usr.sbin/mtree/mtree.8 b/usr.sbin/mtree/mtree.8 index a85e88797544..5142a9b0c4e1 100644 --- a/usr.sbin/mtree/mtree.8 +++ b/usr.sbin/mtree/mtree.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)mtree.8 8.2 (Berkeley) 12/11/93 -.\" $Id: mtree.8,v 1.7.2.2 1997/10/02 11:40:13 charnier Exp $ +.\" $Id: mtree.8,v 1.7.2.3 1998/07/18 11:11:06 jkh Exp $ .\" .Dd February 9, 1995 .Dt MTREE 8 diff --git a/usr.sbin/mtree/mtree.c b/usr.sbin/mtree/mtree.c index 67c5f2a6c8e0..58498df698f6 100644 --- a/usr.sbin/mtree/mtree.c +++ b/usr.sbin/mtree/mtree.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mtree.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: mtree.c,v 1.3.8.3 1998/03/09 12:32:09 ache Exp $"; + "$Id: mtree.c,v 1.3.8.4 1998/07/18 11:11:09 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/mtree/spec.c b/usr.sbin/mtree/spec.c index 77f54b199334..e61be61ca541 100644 --- a/usr.sbin/mtree/spec.c +++ b/usr.sbin/mtree/spec.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)spec.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: spec.c,v 1.6.2.1 1997/10/02 11:40:13 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/mtree/verify.c b/usr.sbin/mtree/verify.c index 8d43e4562986..1dcde3ffe521 100644 --- a/usr.sbin/mtree/verify.c +++ b/usr.sbin/mtree/verify.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)verify.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: verify.c,v 1.4.2.1 1997/10/02 11:40:14 charnier Exp $"; + "$Id: verify.c,v 1.4.2.2 1998/07/18 11:11:14 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> |
