=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.87 retrieving revision 1.88 diff -c -r1.87 -r1.88 *** src/etc/rc.conf 2003/05/08 16:53:14 1.87 --- src/etc/rc.conf 2003/05/14 18:41:06 1.88 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.87 2003/05/08 16:53:14 pvalchev 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.88 2003/05/14 18:41:06 ian Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 50,56 **** rwhod=NO nfs_server=NO # see sysctl.conf for nfs client configuration lockd=NO - gated=NO amd=NO pf=NO # Packet filter / NAT portmap=NO # Note: inetd(8) rpc services need portmap too --- 50,55 ---- *************** *** 70,76 **** # miscellaneous other flags # only used if the appropriate server is marked YES above savecore_flags= # "-z" to compress - gated_flags= 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 --- 69,74 ----