diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
| commit | b205d83df7763ca1f099bce5ac12a05862a626c4 (patch) | |
| tree | f30d11bce592433d73cbb079c6db2d3428a52cf5 /sbin/init | |
| parent | 54055718ff5134ddd61afc4c5f01440022040a06 (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 | ||||
| -rw-r--r-- | sbin/init/pathnames.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile index 58a9e0ad0d2eb..53376d369cd8d 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.34.8.1 2009/04/15 03:14:26 kensmith Exp $ PROG= init MAN= init.8 diff --git a/sbin/init/init.8 b/sbin/init/init.8 index bd21b48d2144a..53be45c503c0c 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)init.8 8.3 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/init/init.8,v 1.50.8.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd September 15, 2005 .Dt INIT 8 diff --git a/sbin/init/init.c b/sbin/init/init.c index ba145be81a23a..a0861e162472e 100644 --- a/sbin/init/init.c +++ b/sbin/init/init.c @@ -41,7 +41,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.63.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/init/pathnames.h b/sbin/init/pathnames.h index 335445bb06347..68895510fbb6c 100644 --- a/sbin/init/pathnames.h +++ b/sbin/init/pathnames.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 - * $FreeBSD$ + * $FreeBSD: src/sbin/init/pathnames.h,v 1.3.28.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <paths.h> |
