=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/etc/rc.conf 1998/02/05 09:54:37 1.10 --- src/etc/rc.conf 1998/02/07 20:51:50 1.11 *************** *** 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" --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.11 1998/02/07 20:51:50 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 - ipforward=NO # route packets between interfaces # miscellaneous other flags # only used if the appropriate server is marked YES above --- 28,33 ----