=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/etc/rc.conf 1997/12/20 23:19:30 1.7 --- src/etc/rc.conf 1998/01/11 01:21:54 1.8 *************** *** 1,9 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.7 1997/12/20 23:19:30 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="" --- 1,9 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.8 1998/01/11 01:21:54 angelos 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=""