diff options
author | 2003-11-06 12:22:10 +0000 | |
---|---|---|
committer | 2003-11-06 12:22:10 +0000 | |
commit | 558ba5e77cadcf10979931c6c3f2d8f06174c4cc (patch) | |
tree | 9354033d36da6531338bd0d867b4f0c45372675d | |
parent | add commented out LoadModule statements for each module we build and install (diff) | |
download | wireguard-openbsd-558ba5e77cadcf10979931c6c3f2d8f06174c4cc.tar.xz wireguard-openbsd-558ba5e77cadcf10979931c6c3f2d8f06174c4cc.zip |
named.boot no longer necessary;
from George Pontis (PR 3555);
ok jakob@
-rw-r--r-- | share/man/man8/afterboot.8 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8 index 5bf3f26521a..e734fc30296 100644 --- a/share/man/man8/afterboot.8 +++ b/share/man/man8/afterboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: afterboot.8,v 1.86 2003/08/08 09:51:54 jmc Exp $ +.\" $OpenBSD: afterboot.8,v 1.87 2003/11/06 12:22:10 jmc Exp $ .\" .\" Copyright (c) 1997 Marshall M. Midden .\" All rights reserved. @@ -303,11 +303,7 @@ lookup file bind If using a caching name server, add the line "nameserver 127.0.0.1" first. To get a local caching name server to run you will need to set "named_flags" in -.Pa /etc/rc.conf.local -and create the -.Pa named.boot -file in the appropriate place for -.Xr named 8 . +.Pa /etc/rc.conf.local . The same holds true if the machine is going to be a name server for your domain. In both these cases, make sure that |