diff options
author | 2004-06-04 14:03:06 +0000 | |
---|---|---|
committer | 2004-06-04 14:03:06 +0000 | |
commit | 818a907df0e7398b86137192bc3f57a793345017 (patch) | |
tree | f72350cf3b39796911f31b512c7acd2a6c430633 | |
parent | various tweaks; (diff) | |
download | wireguard-openbsd-818a907df0e7398b86137192bc3f57a793345017.tar.xz wireguard-openbsd-818a907df0e7398b86137192bc3f57a793345017.zip |
edit rc.conf.local, not rc.conf;
from Bernd Ahlers;
-rw-r--r-- | share/man/man8/afterboot.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8 index 7f333822573..3568d72454d 100644 --- a/share/man/man8/afterboot.8 +++ b/share/man/man8/afterboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: afterboot.8,v 1.90 2004/05/25 22:27:43 jmc Exp $ +.\" $OpenBSD: afterboot.8,v 1.91 2004/06/04 14:03:06 jmc Exp $ .\" .\" Copyright (c) 1997 Marshall M. Midden .\" All rights reserved. @@ -613,7 +613,7 @@ will have to be turned on in .Ss NFS server If this is an NFS server make sure -.Pa /etc/rc.conf +.Pa /etc/rc.conf.local has: .Pp .Dl nfs_server=YES |