diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
| commit | dec99dafe5763ba1db6950342aa80a634169c083 (patch) | |
| tree | 1bd9f5a688ac947b00e690c3c69ccb8df203768d /bin/hostname | |
| parent | 045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff) | |
Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs
Approved by: re (implicit)
This commit was manufactured to restore the state of the 8.2-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..6f76c0c4bd62 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ PROG= hostname diff --git a/bin/hostname/hostname.1 b/bin/hostname/hostname.1 index bfff27baa6c6..673f6c496d95 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd December 7, 2006 .Dt HOSTNAME 1 diff --git a/bin/hostname/hostname.c b/bin/hostname/hostname.c index 87136eb5f408..a0cd0f8b21ea 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.20.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> |
