commit:     f67924980900067f82afffde433dfc1d03e9e224
Author:     Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  1 15:45:35 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Aug  1 15:45:35 2018 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=f6792498

gentoo users know to start services they need, we don't configure any of these 
services, no real point in starting them

 targets/support/rc-update.sh | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/targets/support/rc-update.sh b/targets/support/rc-update.sh
index f2de50e0..3941f2e0 100755
--- a/targets/support/rc-update.sh
+++ b/targets/support/rc-update.sh
@@ -1,14 +1,5 @@
 #!/bin/bash
 
-if portageq has_version / '>=sys-apps/baselayout-2'
-then
-       # We need to add a few here for baselayout-2
-       [[ -e /etc/init.d/device-mapper ]] && rc-update add device-mapper boot
-       [[ -e /etc/init.d/lvm ]] && rc-update add lvm boot
-       [[ -e /etc/init.d/dmcrypt ]] && rc-update add dmcrypt boot
-       [[ -e /etc/init.d/mdraid ]] && rc-update add mdraid boot
-fi
-
 if [ "${clst_spec_prefix}" == "livecd" ]
 then
        rc-update --all del iptables

Reply via email to