]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
systemd/module-setup.sh: removed initctl services
authorHarald Hoyer <harald@redhat.com>
Wed, 18 Jul 2012 13:54:08 +0000 (15:54 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 18 Jul 2012 13:54:08 +0000 (15:54 +0200)
modules.d/98systemd/module-setup.sh

index bee7ec59df833c7096651c335d1d5da7394af007..21c86edf3c3f02d64f7c05015e38e411994bf0b3 100755 (executable)
@@ -24,7 +24,6 @@ install() {
     dracut_install -o \
         $systemdutildir/systemd \
         $systemdutildir/systemd-cgroups-agent \
-        $systemdutildir/systemd-initctl \
         $systemdutildir/systemd-shutdown \
         $systemdutildir/systemd-reply-password \
         $systemdutildir/systemd-fsck \
@@ -51,13 +50,11 @@ install() {
         $systemdsystemunitdir/sigpwr.target \
         $systemdsystemunitdir/sockets.target \
         $systemdsystemunitdir/swap.target \
-        $systemdsystemunitdir/systemd-initctl.socket \
         $systemdsystemunitdir/systemd-ask-password-console.path \
         $systemdsystemunitdir/systemd-udevd-control.socket \
         $systemdsystemunitdir/systemd-udevd-kernel.socket \
         $systemdsystemunitdir/systemd-ask-password-plymouth.path \
         $systemdsystemunitdir/systemd-journald.socket \
-        $systemdsystemunitdir/systemd-initctl.service \
         $systemdsystemunitdir/systemd-ask-password-console.service \
         $systemdsystemunitdir/halt.service \
         $systemdsystemunitdir/poweroff.service \
@@ -74,7 +71,6 @@ install() {
         $systemdsystemunitdir/sysinit.target.wants/systemd-ask-password-console.path \
         $systemdsystemunitdir/sysinit.target.wants/systemd-vconsole-setup.service \
         $systemdsystemunitdir/sysinit.target.wants/systemd-journald.service \
-        $systemdsystemunitdir/sockets.target.wants/systemd-initctl.socket \
         $systemdsystemunitdir/sockets.target.wants/systemd-udevd-control.socket \
         $systemdsystemunitdir/sockets.target.wants/systemd-udevd-kernel.socket \
         $systemdsystemunitdir/sockets.target.wants/systemd-journald.socket \