=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.37 retrieving revision 1.38 diff -c -r1.37 -r1.38 *** src/etc/rc.conf 1999/07/08 17:55:27 1.37 --- src/etc/rc.conf 1999/09/12 10:23:12 1.38 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.37 1999/07/08 17:55:27 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: routed_flags="-q" --- 1,6 ---- #!/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" *************** *** 9,15 **** 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=NO # 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="" --- 9,15 ---- 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=""