diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-23 22:11:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-23 22:11:41 +0000 |
commit | 4e76df5b9bcb457022337d952d20ff0e485612e1 (patch) | |
tree | e6f38a334987d2fbe4be30fc4baf88255c148940 /etc/rc.conf | |
parent | e897930083fdf0dee849a5415abf18153f4c2ed4 (diff) |
permit rpc.yppasswdd run to be blocked, and block by default; ok henning tedu
Diffstat (limited to 'etc/rc.conf')
-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 60607bd1b58..fab993fbcd7 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.91 2003/11/18 16:37:34 henning Exp $ +# $OpenBSD: rc.conf,v 1.92 2004/01/23 22:11:40 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -71,7 +71,7 @@ multicast_router=NO # A multicast routing daemon will be run, e.g. mrouted # 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 -yppasswdd_flags= # "-d /etc/yp" if passwd files are in /etc/yp +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_dir=/tmp_mnt # AMD's mount directory amd_master=/etc/amd/master # AMD 'master' map |