=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.109 retrieving revision 1.110 diff -c -r1.109 -r1.110 *** src/etc/rc.conf 2005/11/16 09:19:36 1.109 --- src/etc/rc.conf 2006/03/22 15:57:56 1.110 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.109 2005/11/16 09:19:36 camield Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.110 2006/03/22 15:57:56 hshoexer Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 61,66 **** --- 61,67 ---- lockd=NO amd=NO pf=NO # Packet filter / NAT + ipsec=NO # IPsec portmap=NO # Note: inetd(8) rpc services need portmap too inetd=YES # almost always needed check_quotas=YES # NO may be desirable in some YP environments *************** *** 84,89 **** --- 85,91 ---- amd_master=/etc/amd/master # AMD 'master' map syslogd_flags= # add more flags, ie. "-u -a /chroot/dev/log" pf_rules=/etc/pf.conf # Packet filter rules file + ipsec_rules=/etc/ipsec.conf # IPsec rules file pflogd_flags= # add more flags, ie. "-s 256" afsd_flags= # Flags passed to afsd shlib_dirs= # extra directories for ldconfig, separated