summaryrefslogtreecommitdiffstats
path: root/bin/hostname
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-27 23:15:48 +0000
committerpeter <peter@FreeBSD.org>1999-08-27 23:15:48 +0000
commit66312e4a8d4ad8bda7524141fcd8fd3fade9e807 (patch)
treed4a3af96d7d9b2e251eca5af46bf6c70c23d8b33 /bin/hostname
parent5cb30a3039d8ce0b4500713028b354539f4bc7d5 (diff)
downloadFreeBSD-src-66312e4a8d4ad8bda7524141fcd8fd3fade9e807.zip
FreeBSD-src-66312e4a8d4ad8bda7524141fcd8fd3fade9e807.tar.gz
$Id$ -> $FreeBSD$
Diffstat (limited to 'bin/hostname')
-rw-r--r--bin/hostname/Makefile2
-rw-r--r--bin/hostname/hostname.12
-rw-r--r--bin/hostname/hostname.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/hostname/Makefile b/bin/hostname/Makefile
index adee034..3c7997f 100644
--- a/bin/hostname/Makefile
+++ b/bin/hostname/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id$
+# $FreeBSD$
PROG= hostname
diff --git a/bin/hostname/hostname.1 b/bin/hostname/hostname.1
index 94aa27c..835d586 100644
--- a/bin/hostname/hostname.1
+++ b/bin/hostname/hostname.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)hostname.1 8.2 (Berkeley) 4/28/95
-.\" $Id: hostname.1,v 1.7 1997/06/03 06:21:45 charnier Exp $
+.\" $FreeBSD$
.\"
.Dd April 28, 1995
.Dt HOSTNAME 1
diff --git a/bin/hostname/hostname.c b/bin/hostname/hostname.c
index d8a81f4..94e5d4a 100644
--- a/bin/hostname/hostname.c
+++ b/bin/hostname/hostname.c
@@ -42,7 +42,7 @@ static char const copyright[] =
static char sccsid[] = "@(#)hostname.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/param.h>
OpenPOWER on IntegriCloud