diff options
author | 2011-07-07 23:31:09 +0000 | |
---|---|---|
committer | 2011-07-07 23:31:09 +0000 | |
commit | 08c2030d60f2a96db448cd7e629b1d2d9b8c3f65 (patch) | |
tree | 34a87c0c9ade8022d25c67b17d8daa6e60147951 | |
parent | add scripts for aucat and spamd and switch rc to use them (diff) | |
download | wireguard-openbsd-08c2030d60f2a96db448cd7e629b1d2d9b8c3f65.tar.xz wireguard-openbsd-08c2030d60f2a96db448cd7e629b1d2d9b8c3f65.zip |
Set ypserv_flags to NO by default.
ok robert@
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index ab5e56934c2..7d179b11a3d 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.147 2011/07/07 22:30:37 robert Exp $ +# $OpenBSD: rc.conf,v 1.148 2011/07/07 23:31:09 ajacoutot Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ldpd_flags=NO # for normal use: "" @@ -96,7 +96,7 @@ multicast_router=NO # A multicast routing daemon will be run, e.g. mrouted # miscellaneous other flags # only used if the appropriate server is marked YES above savecore_flags= # "-z" to compress -ypserv_flags= # E.g. -1 for YP v1, -d for DNS etc +ypserv_flags=NO # add more flags, eg. -1 for YP v1, -d for DNS etc yppasswdd_flags=NO # "-d /etc/yp" if passwd files are in /etc/yp nfsd_flags="-tun 4" # Crank the 4 for a busy NFS fileserver amd_master=/etc/amd/master # AMD 'master' map |