Removed hdparm and alsasound from rc-update.sh as they are pulled in by the autoconfi...
authorChris Gianelloni <wolf31o2@gentoo.org>
Sun, 12 Mar 2006 19:03:35 +0000 (19:03 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Sun, 12 Mar 2006 19:03:35 +0000 (19:03 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1096 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/rc-update.sh

index 2e75a40c65d5a26b45b75b0f44ef6a3728287fd9..7b7d889ef92e496ea4017bc39c7285e28247f78c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.581 2006/02/21 19:50:22 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.582 2006/03/12 19:03:34 wolf31o2 Exp $
+
+  12 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/support/rc-update.sh:
+  Removed hdparm and alsasound from rc-update.sh as they are pulled in by the
+  autoconfig script.
 
   21 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/support/livecdfs-update.sh:
index 91f9247ddaf0840faf57b1544f7424946b8843de..d9183f7f76c9037022f588f0a56bacf1d16a50fa 100644 (file)
@@ -5,12 +5,12 @@
 if [ "${clst_spec_prefix}" == "livecd" ]
 then
        # default programs that we always want to start
-       rc-update del iptables default
-       rc-update del netmount default
-       rc-update add autoconfig default
+       rc-update del iptables
+       rc-update del netmount
        rc-update del keymaps
        rc-update del serial
        rc-update del consolefont
+       rc-update add autoconfig default
        rc-update add modules boot
        rc-update add pwgen default
        [ -e /etc/init.d/bootsplash ] && rc-update add bootsplash default
@@ -18,8 +18,6 @@ then
        [ -e /etc/init.d/sysklogd ] && rc-update add sysklogd default
        [ -e /etc/init.d/metalog ] && rc-update add metalog default
        [ -e /etc/init.d/syslog-ng ] && rc-update add syslog-ng default
-       [ -e /etc/init.d/alsasound ] && rc-update add alsasound default
-       [ -e /etc/init.d/hdparm ] && rc-update add hdparm default
 
        # Do some livecd_type specific rc-update changes
        case ${clst_livecd_type} in