From a9cc482f04d44a61e1aedbfde995abf8561cef14 Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 24 May 1997 11:29:59 +0000 Subject: Allow local configuration to override this file. Submitted by: Russell Vincent --- etc/rc.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/rc.conf b/etc/rc.conf index 001e477..4d5962f 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -6,7 +6,7 @@ # # All arguments must be in double or single quotes. # -# $Id: rc.conf,v 1.12 1997/05/21 00:23:54 jkh Exp $ +# $Id: rc.conf,v 1.13 1997/05/23 09:53:24 ache Exp $ ############################################################## ### Important initial Boot-time options ##################### @@ -127,3 +127,10 @@ accounting_enable="NO" # Turn on process accounting (or NO). ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO). linux_enable="NO" # Linux emulation loaded at startup (or NO). rand_irqs="NO" # Stir the entropy pool (or NO). + +############################################################## +### Allow local configuration override at the very end here ## +############################################################## +if [ -f /etc/rc.conf.local ]; then + . /etc/rc.conf.local +fi -- cgit v1.1