=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.111 retrieving revision 1.112 diff -c -r1.111 -r1.112 *** src/etc/rc.conf 2006/03/27 16:53:10 1.111 --- src/etc/rc.conf 2006/05/28 23:29:32 1.112 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.111 2006/03/27 16:53:10 reyk Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.112 2006/05/28 23:29:32 avsm Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 82,87 **** --- 82,88 ---- ypserv_flags= # E.g. -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 + mountd_flags= # "-n" to permit non-reserved port NFS mounts amd_dir=/tmp_mnt # AMD's mount directory amd_master=/etc/amd/master # AMD 'master' map syslogd_flags= # add more flags, ie. "-u -a /chroot/dev/log"