summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-10-18 16:38:28 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-10-18 16:38:28 +0000
commitb6698a88ca5636bd5c0142c3f9de1652258f5676 (patch)
tree5c9922a93b247742f494ab8a14889136b40aa706
parent8893c15af5a1fb0c48a79357369b17e663c199ea (diff)
People shouldn't need to edit /etc/netstart, but they can change rc.shutdown.
-rw-r--r--share/man/man8/afterboot.88
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8
index 774aabb26d6..2db4a27b15a 100644
--- a/share/man/man8/afterboot.8
+++ b/share/man/man8/afterboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: afterboot.8,v 1.51 2000/10/18 16:34:02 deraadt Exp $
+.\" $OpenBSD: afterboot.8,v 1.52 2000/10/18 16:38:27 aaron Exp $
.Dd October 20, 1997
.Dt AFTERBOOT 8
\!\" Originally created by Marshall M. Midden -- 1997-10-20, m4@umn.edu
@@ -426,13 +426,13 @@ Follow instructions for
if using
Kerberos
for authentication.
-.Ss rc.conf, netstart, rc.local, rc.securelevel
+.Ss rc.conf, rc.local, rc.securelevel, rc.shutdown
Check for any local changes needed in the files
.Pa /etc/rc.conf ,
-.Pa /etc/netstart ,
.Pa /etc/rc.local ,
+.Pa rc.securelevel ,
and
-.Pa rc.securelevel .
+.Pa rc.shutdown.
Turning on something like the Network Time Protocol in
.Pa /etc/rc.conf
requires making sure the package is installed.