=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.38 retrieving revision 1.39 diff -c -r1.38 -r1.39 *** src/etc/rc.conf 1999/09/12 10:23:12 1.38 --- src/etc/rc.conf 1999/09/13 12:52:21 1.39 *************** *** 1,30 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.38 1999/09/12 10:23:12 jakob Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ! routed_flags=NO # for normal use: routed_flags="-q" ! mrouted_flags=NO # for normal use: mrouted_flags="", if activated # be sure to enable multicast_router below. ! rarpd_flags=NO # for normal use: rarpd_flags="-a" ! bootparamd_flags=NO # for normal use: bootparamd_flags="" ! rbootd_flags=NO # for normal use: rbootd_flags="" ! sendmail_flags="-q30m" # for normal use: sendmail_flags="-bd -q30m" ! smtpfwdd_flags=NO # for normal use: smtpfwdd_flags="", no -bd above. ! named_flags=NO # for normal use: named_flags="" ! timed_flags=NO # for normal use: timed_flags="" ! photurisd_flags=NO # for normal use: photurisd_flags="" ! isakmpd_flags=NO # for normal use: isakmpd_flags="" ! mopd_flags=NO # for normal use: mopd_flags="-a" ! httpd_flags=NO # for normal use: httpd_flags="" ! apmd_flags=NO # for normal use: apmd_flags="" ! dhcpd_flags=NO # for normal use: dhcpd_flags="-q" # Set to NO if ftpd is running out of inetd ! ftpd_flags=NO # for non-inetd use: ftpd_flags="-D" # On some architectures, you must also disable console getty in /etc/ttys ! xdm_flags=NO # for normal use: xdm_flags="" # set the following to "YES" to turn them on rwhod=NO --- 1,30 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.39 1999/09/13 12:52:21 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ! routed_flags=NO # for normal use: "-q" ! mrouted_flags=NO # for normal use: "", if activated # be sure to enable multicast_router below. ! rarpd_flags=NO # for normal use: "-a" ! bootparamd_flags=NO # for normal use: "" ! rbootd_flags=NO # for normal use: "" ! sendmail_flags="-q30m" # for normal use: "-bd -q30m" ! smtpfwdd_flags=NO # for normal use: "", and no "-bd" above. ! named_flags=NO # for normal use: "" ! timed_flags=NO # for normal use: "" ! photurisd_flags=NO # for normal use: "" ! isakmpd_flags=NO # for normal use: "" ! mopd_flags=NO # for normal use: "-a" ! httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) ! apmd_flags=NO # for normal use: "" ! dhcpd_flags=NO # for normal use: "-q" # Set to NO if ftpd is running out of inetd ! ftpd_flags=NO # for non-inetd use: "-D" # On some architectures, you must also disable console getty in /etc/ttys ! xdm_flags=NO # for normal use: "" # set the following to "YES" to turn them on rwhod=NO