diff options
Diffstat (limited to 'sbin/shutdown')
| -rw-r--r-- | sbin/shutdown/Makefile | 2 | ||||
| -rw-r--r-- | sbin/shutdown/shutdown.8 | 2 | ||||
| -rw-r--r-- | sbin/shutdown/shutdown.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/shutdown/Makefile b/sbin/shutdown/Makefile index b7f232d090b5..21f62d4a4f1a 100644 --- a/sbin/shutdown/Makefile +++ b/sbin/shutdown/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/shutdown/Makefile,v 1.9 2005/01/25 08:37:04 delphij Exp $ PROG= shutdown MAN= shutdown.8 diff --git a/sbin/shutdown/shutdown.8 b/sbin/shutdown/shutdown.8 index e68687f20b96..14c7abc700ca 100644 --- a/sbin/shutdown/shutdown.8 +++ b/sbin/shutdown/shutdown.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)shutdown.8 8.2 (Berkeley) 4/27/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/shutdown/shutdown.8,v 1.24 2005/01/18 20:36:37 ru Exp $ .\" .Dd December 11, 1998 .Dt SHUTDOWN 8 diff --git a/sbin/shutdown/shutdown.c b/sbin/shutdown/shutdown.c index c4f3f41e6c51..818627c17452 100644 --- a/sbin/shutdown/shutdown.c +++ b/sbin/shutdown/shutdown.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)shutdown.c 8.4 (Berkeley) 4/28/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/shutdown/shutdown.c,v 1.28 2005/01/25 08:40:51 delphij Exp $"); #include <sys/param.h> #include <sys/time.h> |
