=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/etc/rc.conf 1997/11/23 11:54:16 1.3 --- src/etc/rc.conf 1997/11/29 02:03:43 1.4 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.3 1997/11/23 11:54:16 maja 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.4 1997/11/29 02:03:43 kstailey Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for 'normal' use: routed_flags=-q *************** *** 23,29 **** kerberos_server=NO amd=NO ipfilter=NO ! nat=NO portmap=YES # almost always needed inetd=YES # almost always needed lpd=NO # printing daemons --- 23,29 ---- kerberos_server=NO amd=NO ipfilter=NO ! nat=NO # for "YES" ipfilter must also be "YES" portmap=YES # almost always needed inetd=YES # almost always needed lpd=NO # printing daemons