diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /bin/hostname | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs
'RELENG_7_0_0_RELEASE'.
This commit was manufactured to restore the state of the 7.0-RELEASE image.
Diffstat (limited to 'bin/hostname')
| -rw-r--r-- | bin/hostname/Makefile | 2 | ||||
| -rw-r--r-- | bin/hostname/hostname.1 | 2 | ||||
| -rw-r--r-- | bin/hostname/hostname.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/hostname/Makefile b/bin/hostname/Makefile index 3c7997f862fc..95036b30e09c 100644 --- a/bin/hostname/Makefile +++ b/bin/hostname/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/hostname/Makefile,v 1.8 2001/12/04 01:57:44 obrien Exp $ PROG= hostname diff --git a/bin/hostname/hostname.1 b/bin/hostname/hostname.1 index bfff27baa6c6..f375390a4ae9 100644 --- a/bin/hostname/hostname.1 +++ b/bin/hostname/hostname.1 @@ -27,7 +27,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)hostname.1 8.2 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/hostname/hostname.1,v 1.21 2006/12/08 07:47:08 kientzle Exp $ .\" .Dd December 7, 2006 .Dt HOSTNAME 1 diff --git a/bin/hostname/hostname.c b/bin/hostname/hostname.c index 7aaca9ccda70..3df6542d3ce6 100644 --- a/bin/hostname/hostname.c +++ b/bin/hostname/hostname.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)hostname.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/hostname/hostname.c,v 1.19 2006/12/08 07:47:08 kientzle Exp $"); #include <sys/param.h> |
