Blame 0007-systemd-strip-down-the-installation-of-some-unused-t.patch

Harald Hoyer 18c19d
From 547bbe4876f2cc8b3eab47dd0ca25b481c54731b Mon Sep 17 00:00:00 2001
Harald Hoyer 18c19d
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 18c19d
Date: Thu, 7 Jun 2012 10:38:31 +0200
Harald Hoyer 18c19d
Subject: [PATCH] systemd: strip down the installation of some unused tools
Harald Hoyer 18c19d
Harald Hoyer 18c19d
---
Harald Hoyer 18c19d
 modules.d/98systemd/module-setup.sh |    5 -----
Harald Hoyer 18c19d
 1 file changed, 5 deletions(-)
Harald Hoyer 18c19d
Harald Hoyer 18c19d
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
Harald Hoyer 18c19d
index 4fda2a2..dbb9063 100755
Harald Hoyer 18c19d
--- a/modules.d/98systemd/module-setup.sh
Harald Hoyer 18c19d
+++ b/modules.d/98systemd/module-setup.sh
Harald Hoyer 18c19d
@@ -20,21 +20,16 @@ install() {
Harald Hoyer 18c19d
         $systemdutildir/systemd \
Harald Hoyer 18c19d
         $systemdutildir/systemd-cgroups-agent \
Harald Hoyer 18c19d
         $systemdutildir/systemd-initctl \
Harald Hoyer 18c19d
-        $systemdutildir/systemd-shutdownd \
Harald Hoyer 18c19d
         $systemdutildir/systemd-shutdown \
Harald Hoyer 18c19d
         $systemdutildir/systemd-modules-load \
Harald Hoyer 18c19d
         $systemdutildir/systemd-remount-fs \
Harald Hoyer 18c19d
         $systemdutildir/systemd-reply-password \
Harald Hoyer 18c19d
         $systemdutildir/systemd-fsck \
Harald Hoyer 18c19d
-        $systemdutildir/systemd-timestamp \
Harald Hoyer 18c19d
-        $systemdutildir/systemd-ac-power \
Harald Hoyer 18c19d
         $systemdutildir/systemd-sysctl \
Harald Hoyer 18c19d
         $systemdutildir/systemd-udevd \
Harald Hoyer 18c19d
         $systemdutildir/systemd-journald \
Harald Hoyer 18c19d
-        $systemdutildir/systemd-coredump \
Harald Hoyer 18c19d
         $systemdutildir/systemd-vconsole-setup \
Harald Hoyer 18c19d
         $systemdutildir/systemd-cryptsetup \
Harald Hoyer 18c19d
-        $systemdutildir/systemd-localed \
Harald Hoyer 18c19d
         $systemdsystemunitdir/emergency.target \
Harald Hoyer 18c19d
         $systemdsystemunitdir/sysinit.target \
Harald Hoyer 18c19d
         $systemdsystemunitdir/basic.target \