diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-11 02:49:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-11 02:49:51 +0000 |
commit | b97e0a0488930c2f92fc845f40f67dcaee962660 (patch) | |
tree | a5f204ef60cf2423388aa6381efadcf797cb781d /etc/rc.conf | |
parent | 2c330124a61f92df336939eccdff1da7af425baf (diff) |
we need ypldap_flags=NO by default
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index aea684a4372..f4f33462324 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.154 2011/07/08 21:42:52 robert Exp $ +# $OpenBSD: rc.conf,v 1.155 2011/07/11 02:49:50 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ldpd_flags=NO # for normal use: "" @@ -94,6 +94,7 @@ multicast_router=NO # A multicast routing daemon will be run, e.g. mrouted # miscellaneous other flags savecore_flags= # "-z" to compress ypserv_flags=NO # add more flags, eg. -1 for YP v1, -d for DNS etc +ypldap_flags=NO # for normal use: "" yppasswdd_flags=NO # "-d /etc/yp" if passwd files are in /etc/yp nfsd_flags=NO # for normal use: "-tun 4" and see nfsd(8) mountd_flags=NO # for normal use: "" |