Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/
Date: Wed, 01 Aug 2018 15:45:50
Message-Id: 1533138335.f67924980900067f82afffde433dfc1d03e9e224.zerochaos@gentoo
1 commit: f67924980900067f82afffde433dfc1d03e9e224
2 Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 1 15:45:35 2018 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 1 15:45:35 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=f6792498
7
8 gentoo users know to start services they need, we don't configure any of these services, no real point in starting them
9
10 targets/support/rc-update.sh | 9 ---------
11 1 file changed, 9 deletions(-)
12
13 diff --git a/targets/support/rc-update.sh b/targets/support/rc-update.sh
14 index f2de50e0..3941f2e0 100755
15 --- a/targets/support/rc-update.sh
16 +++ b/targets/support/rc-update.sh
17 @@ -1,14 +1,5 @@
18 #!/bin/bash
19
20 -if portageq has_version / '>=sys-apps/baselayout-2'
21 -then
22 - # We need to add a few here for baselayout-2
23 - [[ -e /etc/init.d/device-mapper ]] && rc-update add device-mapper boot
24 - [[ -e /etc/init.d/lvm ]] && rc-update add lvm boot
25 - [[ -e /etc/init.d/dmcrypt ]] && rc-update add dmcrypt boot
26 - [[ -e /etc/init.d/mdraid ]] && rc-update add mdraid boot
27 -fi
28 -
29 if [ "${clst_spec_prefix}" == "livecd" ]
30 then
31 rc-update --all del iptables