summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2005-09-04 09:07:31 +0000
committerBenedikt Boehm <hollow@gentoo.org>2005-09-04 09:07:31 +0000
commit70dd1256ce339088b369bdeb0d34a2fdc7c9e0c9 (patch)
treec951726aec10dfe9ede1b4078987211632b4d521 /etc
parentremove obsolete patch (diff)
downloadbaselayout-vserver-70dd1256ce339088b369bdeb0d34a2fdc7c9e0c9.tar.gz
baselayout-vserver-70dd1256ce339088b369bdeb0d34a2fdc7c9e0c9.tar.bz2
baselayout-vserver-70dd1256ce339088b369bdeb0d34a2fdc7c9e0c9.zip
remove config profile
svn path=/baselayout-vserver/trunk/; revision=30
Diffstat (limited to 'etc')
-rw-r--r--etc/conf.d/rc14
1 files changed, 0 insertions, 14 deletions
diff --git a/etc/conf.d/rc b/etc/conf.d/rc
index af260ea..1f38cb4 100644
--- a/etc/conf.d/rc
+++ b/etc/conf.d/rc
@@ -5,20 +5,6 @@
RC_PARALLEL_STARTUP="no"
-# RC_USE_CONFIG_PROFILE allows you to have different /etc/conf.d files
-# based on your runlevel - if a conf.d file for your profile does not exist
-# then we try and use the default one.
-# To enable runlevel selection at boot, append "softlevel=foobar" to your
-# kernel line to change to the foobar runlevel. Here we would search for
-# /etc/conf.d/<service>.foobar config files before trying to use the default
-# /etc/conf.d/<service>.
-# Note that it is only active if 'softlevel' was specified via the kernel line,
-# and it is intended to use for different grub/lilo entries to specify config
-# changes for say laptops between home and work, where you would have setup
-# 'work' and 'home' runlevels, with /etc/conf.d/*.<runlevel> as needed.
-
-RC_USE_CONFIG_PROFILE="yes"
-
#
# Controlling start-stop-daemon behavior