|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: rc.conf,v 1.48 2000/05/30 22:20:17 mickey Exp $ |
|
|
|
# $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,3 +80,5 @@ afsd_flags=-z # Flags passed to afsd |
|
|
|
shlib_dirs= # extra directories for ldconfig |
|
|
|
|
|
|
|
local_rcconf="/etc/rc.conf.local" |
|
|
|
|
|
|
|
[ -f ${local_rcconf} ] && . ${local_rcconf} # Do not edit this line |