=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/etc/rc.conf 1998/01/21 23:35:57 1.9 --- src/etc/rc.conf 1998/02/05 09:54:37 1.10 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.9 1998/01/21 23:35:57 downsj 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.10 1998/02/05 09:54:37 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" *************** *** 28,34 **** inetd=YES # almost always needed lpd=NO # printing daemons check_quotas=YES # NO may be desireable in some YP environments - rfc1323=YES # TCP RFC1323 extensions (disable if tcp is slow) ipforward=NO # route packets between interfaces # miscellaneous other flags --- 28,33 ----