diff options
author | 2000-10-18 16:38:27 +0000 | |
---|---|---|
committer | 2000-10-18 16:38:27 +0000 | |
commit | bc9e0e188bb5daacccda2567255013daa89ffc5f (patch) | |
tree | bbe50ae10f9874804898bb76fbc0bc49bf9bf132 | |
parent | do not say NIS (diff) | |
download | wireguard-openbsd-bc9e0e188bb5daacccda2567255013daa89ffc5f.tar.xz wireguard-openbsd-bc9e0e188bb5daacccda2567255013daa89ffc5f.zip |
People shouldn't need to edit /etc/netstart, but they can change rc.shutdown.
-rw-r--r-- | share/man/man8/afterboot.8 | 8 |
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. |