diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-05-24 11:29:59 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-05-24 11:29:59 +0000 |
| commit | e621a18f07467d8fa6f967e3b4ae545a6d574489 (patch) | |
| tree | 326154e0dc83307ac0da1cb9a60fbfaa20a24d7d /etc | |
| parent | 57ae32e5e8cab8ef92d187af9477669af2340c2b (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/rc.conf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 001e477d0c63..4d5962f1a147 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 |
