diff options
author | ru <ru@FreeBSD.org> | 2006-12-05 12:09:50 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-12-05 12:09:50 +0000 |
commit | 2b43628e6bc4ec34405e15bf507be9019143d947 (patch) | |
tree | 3c483b2fd10dcae69fe97b279f28046ab9eae716 /bin | |
parent | 0d6f98c10fd6bd3d034f6095aec4c5ff1e0857fa (diff) | |
download | FreeBSD-src-2b43628e6bc4ec34405e15bf507be9019143d947.zip FreeBSD-src-2b43628e6bc4ec34405e15bf507be9019143d947.tar.gz |
Once upon a time, the hostname was being set in the /etc/netstart,
which can be called a "network initialization script", now that it
is set in /etc/rc.d/hostname, "network" sounds confusing, so remove
it.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/hostname/hostname.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/hostname/hostname.1 b/bin/hostname/hostname.1 index 65b4d05..5cf4534 100644 --- a/bin/hostname/hostname.1 +++ b/bin/hostname/hostname.1 @@ -29,7 +29,7 @@ .\" @(#)hostname.1 8.2 (Berkeley) 4/28/95 .\" $FreeBSD$ .\" -.Dd April 18, 2005 +.Dd December 5, 2006 .Dt HOSTNAME 1 .Os .Sh NAME @@ -45,7 +45,7 @@ The utility prints the name of the current host. The super-user can set the hostname by supplying an argument; this is usually done in the -network initialization script +initialization script .Pa /etc/rc.d/hostname , normally run at boot time. |