=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.46 retrieving revision 1.47 diff -c -r1.46 -r1.47 *** src/etc/rc.conf 2000/04/30 23:17:05 1.46 --- src/etc/rc.conf 2000/05/19 16:53:18 1.47 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.46 2000/04/30 23:17:05 ericj 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.47 2000/05/19 16:53:18 mickey Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 40,46 **** # set the following to "YES" to turn them on rwhod=NO nfs_server=NO - nfs_client=NO lockd=NO gated=NO kerberos_server=NO # kerberos server. run 'info kth-krb' for assistance. --- 40,45 ---- *************** *** 67,73 **** ypserv_flags= # E.g. -1 for YP v1, -d for DNS etc yppasswdd_flags= # "-d /etc/yp" if passwd files are in /etc/yp nfsd_flags="-tun 4" # Crank the 4 for a busy NFS fileserver - nfsiod_flags="-n 4" # Crank the 4 for a busy NFS client amd_dir=/tmp_mnt # AMD's mount directory amd_master=/etc/amd/master # AMD 'master' map ipfilter_rules=/etc/ipf.rules # Rules for IP packet filtering --- 66,71 ----