=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.44 retrieving revision 1.45 diff -c -r1.44 -r1.45 *** src/etc/rc.conf 2000/02/28 17:28:35 1.44 --- src/etc/rc.conf 2000/04/21 21:27:34 1.45 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.44 2000/02/28 17:28:35 itojun 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.45 2000/04/21 21:27:34 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 80,82 **** --- 80,84 ---- afs_device=/dev/xfs0 # Device used by afsd afsd_flags=-z # Flags passed to afsd shlib_dirs= # extra directories for ldconfig + + local_rcconf="/etc/rc.conf.local"