aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2003-07-09 02:13:45 +0000
committerJudd Vinet <judd@archlinux.org>2003-07-09 02:13:45 +0000
commite39affb13f412f21a93205431c2abc625b4238a4 (patch)
tree5790f81339bf85b715bb97c27170604f37acd10f /rc.conf
parentd69b11e73a70c9c0ed6cd888ff4ac4eb3e877ec2 (diff)
downloadinitscripts-e39affb13f412f21a93205431c2abc625b4238a4.tar.xz
removed the conf.d stuff -- conf.d files will be parsed individually by the rc.d scripts to avoid name collisions
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf7
1 files changed, 0 insertions, 7 deletions
diff --git a/rc.conf b/rc.conf
index e70b3db..ad11b56 100644
--- a/rc.conf
+++ b/rc.conf
@@ -3,13 +3,6 @@
#
#
-# Load any configuration settings in /etc/conf.d
-#
-for cfg in /etc/conf.d/*; do
- [ -r $cfg ] && source $cfg
-done
-
-#
# Localization
#
# Note: HARDWARECLOCK is either "UTC" or "localtime"