summaryrefslogtreecommitdiff
path: root/bin/hostname
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-27 23:15:48 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-27 23:15:48 +0000
commit2a4562393f80633b81c11d4f7df00548d1cc3c48 (patch)
treee6f4e4299a60023820e6a2e559cdd8477911363a /bin/hostname
parent50b14091b71a7932d512009d783e1f657f800fc6 (diff)
downloadsrc-test2-2a4562393f80633b81c11d4f7df00548d1cc3c48.tar.gz
src-test2-2a4562393f80633b81c11d4f7df00548d1cc3c48.zip
Notes
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 adee034af686..3c7997f862fc 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 94aa27cf3e2d..835d586e088a 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 d8a81f46813e..94e5d4a72434 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>