=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/etc/netstart 1997/07/28 19:31:47 1.24 --- src/etc/netstart 1997/07/30 21:35:15 1.25 *************** *** 1,9 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.24 1997/07/28 19:31:47 kstailey Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ! routed_flags=-q mrouted_flags=NO # for 'normal' use: mrouted_flags="" rarpd_flags=NO # for 'normal' use: rarpd_flags="-a" bootparamd_flags=NO # for 'normal' use: bootparamd_flags="" --- 1,9 ---- #!/bin/sh - # ! # $OpenBSD: netstart,v 1.25 1997/07/30 21:35:15 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 mrouted_flags=NO # for 'normal' use: mrouted_flags="" rarpd_flags=NO # for 'normal' use: rarpd_flags="-a" bootparamd_flags=NO # for 'normal' use: bootparamd_flags=""