diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-23 15:32:56 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-23 15:32:56 +0000 |
| commit | 84a7b99b4e02a260bf7ff9b540032f4cb7bc612a (patch) | |
| tree | 85059f7e88bcf124efae7c17bd99cfa18627a8c4 /sbin/init | |
| parent | a28c3ad292f6f6cbe1c4ff05efb3d53eb45f17ff (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 75ec72dde4d6..78d08bb99d4c 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.28 2003/11/19 19:57:20 gordon Exp $ PROG= init MAN= init.8 diff --git a/sbin/init/init.8 b/sbin/init/init.8 index 1ee8ddaccd80..f3f88047680d 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.40 2003/11/11 18:37:50 kensmith Exp $ .\" .Dd April 18, 1994 .Dt INIT 8 diff --git a/sbin/init/init.c b/sbin/init/init.c index ccff3c7f0446..697d784e1cb6 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.56 2003/12/05 04:28:03 imp Exp $"; #endif /* not lint */ #include <sys/param.h> |
