diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-21 05:50:02 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-21 05:50:02 +0000 |
| commit | 1598515ece5ff1d40692c49b4a62801332aa8be1 (patch) | |
| tree | ad2cdc8d81a1a320072724c9959e53a092b6e5f2 /sbin/init | |
| parent | 157f0596b9d3a9a573cfce94aa43e80f12142fb9 (diff) | |
Diffstat (limited to 'sbin/init')
| -rw-r--r-- | sbin/init/Makefile | 2 | ||||
| -rw-r--r-- | sbin/init/init.8 | 2 | ||||
| -rw-r--r-- | sbin/init/init.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile index 39a5efccf96c..74c3b3ef52c3 100644 --- a/sbin/init/Makefile +++ b/sbin/init/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/init/Makefile,v 1.20.2.1 2000/08/08 03:47:21 ps Exp $ PROG= init MAN8= init.8 diff --git a/sbin/init/init.8 b/sbin/init/init.8 index 76d428bcf709..ed1af5acfbc7 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)init.8 8.3 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/init/init.8,v 1.22.2.5 2000/12/19 15:42:45 ru Exp $ .\" .Dd April 18, 1994 .Dt INIT 8 diff --git a/sbin/init/init.c b/sbin/init/init.c index 0d77df97b91a..b323c0b51130 100644 --- a/sbin/init/init.c +++ b/sbin/init/init.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 7/15/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/init/init.c,v 1.38.2.3 2000/12/11 01:03:25 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> |
