=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.61 retrieving revision 1.62 diff -c -r1.61 -r1.62 *** src/etc/rc.conf 2001/05/30 02:11:09 1.61 --- src/etc/rc.conf 2001/06/12 06:36:03 1.62 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.61 2001/05/30 02:11:09 deraadt 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.62 2001/06/12 06:36:03 fgsch Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 29,34 **** --- 29,35 ---- rtsold_flags=NO # for normal use: interface # be sure to set net.inet6.ip6.forwarding=0 # be sure to set net.inet6.ip6.accept_rtadv=1 + lpd_flags=NO # for normal use: "" (or "-l" for debugging) # Set to NO if ftpd is running out of inetd ftpd_flags=NO # for non-inetd use: "-D" *************** *** 52,58 **** amd=NO portmap=YES # almost always needed inetd=YES # almost always needed - lpd=NO # printing daemons check_quotas=YES # NO may be desirable in some YP environments ntpd=YES # run ntpd if it exists afs=NO # mount and run afs --- 53,58 ----