From df91d849d2c19bd070473da49dd8befc7aae978c Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Fri, 23 May 2003 23:58:57 +0000 Subject: upgpkg: initscripts 0.5 --- rc.conf | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'rc.conf') diff --git a/rc.conf b/rc.conf index 4c1be9c..000bad4 100644 --- a/rc.conf +++ b/rc.conf @@ -1,5 +1,5 @@ # -# /etc/rc.conf +# /etc/rc.conf - Main Configuration for Arch Linux # # @@ -16,7 +16,6 @@ HARDWARECLOCK="localtime" # HOSTNAME="myhost" - # # Module to load at boot-up (in this order) # (prefix a module with a ! to disable it) @@ -49,13 +48,10 @@ ROUTES=(!gateway) DAEMONS=(!pcmcia network crond inetd) # -# PCMCIA +# Load any configuration settings in /etc/conf.d # -# Should be either i82365 or tcic -PCIC=i82365 -PCIC_OPTS= -CORE_OPTS= -CARDMGR_OPTS= -SCHEME= +for cfg in /etc/conf.d/*; do + [ -r $cfg ] && source $cfg +done # End of file -- cgit v1.2.3