=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.48 retrieving revision 1.49 diff -c -r1.48 -r1.49 *** src/etc/rc.conf 2000/05/30 22:20:17 1.48 --- src/etc/rc.conf 2000/06/18 19:02:28 1.49 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.48 2000/05/30 22:20:17 mickey 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.49 2000/06/18 19:02:28 todd 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 ---- shlib_dirs= # extra directories for ldconfig local_rcconf="/etc/rc.conf.local" + + [ -f ${local_rcconf} ] && . ${local_rcconf} # Do not edit this line