=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.41 retrieving revision 1.42 diff -c -r1.41 -r1.42 *** src/etc/rc.conf 1999/11/11 22:28:43 1.41 --- src/etc/rc.conf 2000/01/02 14:25:07 1.42 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.41 1999/11/11 22:28:43 fgsch 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.42 2000/01/02 14:25:07 itojun Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 19,24 **** --- 19,31 ---- httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) apmd_flags=NO # for normal use: "" dhcpd_flags=NO # for normal use: "-q" + rtadvd_flags=NO # for normal use: list of interfaces + # be sure to set net.inet6.ip6.forwarding=1 + route6d_flags=NO # for normal use: "" + # be sure to set net.inet6.ip6.forwarding=1 + rtsold_flags=NO # for normal use: interface + # be sure to set net.inet6.ip6.forwarding=0 + # be sure to set net.inet6.ip6.accept_rtadv=1 # Set to NO if ftpd is running out of inetd ftpd_flags=NO # for non-inetd use: "-D"