=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/etc/netstart 1997/07/24 22:11:59 1.22 --- src/etc/netstart 1997/07/25 00:06:03 1.23 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.22 1997/07/24 22:11:59 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=-q --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: netstart,v 1.23 1997/07/25 00:06:03 provos Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=-q *************** *** 11,17 **** sendmail_flags=NO # for 'normal' use: sendmail_flags="-bd -q30m" named_flags=NO # for 'normal' use: named_flags="" timed_flags=NO # for 'normal' use: timed_flags="" ! photurisd_flags="-f" # for 'normal' use: photurisd_flags="-f" # set the following to "YES" to turn them on rwhod=NO --- 11,17 ---- sendmail_flags=NO # for 'normal' use: sendmail_flags="-bd -q30m" named_flags=NO # for 'normal' use: named_flags="" timed_flags=NO # for 'normal' use: timed_flags="" ! photurisd_flags="" # for 'normal' use: photurisd_flags="" # set the following to "YES" to turn them on rwhod=NO