Blame 0029-systemd-remove-upstream-renamed-old-service-files.patch

Harald Hoyer a20c0e
From a23b368c9240b8bf64d8163dd092351e0c6cfa29 Mon Sep 17 00:00:00 2001
Harald Hoyer a20c0e
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer a20c0e
Date: Wed, 13 Mar 2013 14:45:55 +0100
Harald Hoyer a20c0e
Subject: [PATCH] systemd: remove upstream renamed old service files
Harald Hoyer a20c0e
Harald Hoyer a20c0e
---
Harald Hoyer a20c0e
 modules.d/98systemd/module-setup.sh | 5 -----
Harald Hoyer a20c0e
 1 file changed, 5 deletions(-)
Harald Hoyer a20c0e
Harald Hoyer a20c0e
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
Harald Hoyer a20c0e
index bc4f63c..0119291 100755
Harald Hoyer a20c0e
--- a/modules.d/98systemd/module-setup.sh
Harald Hoyer a20c0e
+++ b/modules.d/98systemd/module-setup.sh
Harald Hoyer a20c0e
@@ -71,14 +71,10 @@ install() {
Harald Hoyer a20c0e
         $systemdsystemunitdir/systemd-journald.socket \
Harald Hoyer a20c0e
         $systemdsystemunitdir/systemd-ask-password-console.service \
Harald Hoyer a20c0e
         $systemdsystemunitdir/systemd-modules-load.service \
Harald Hoyer a20c0e
-        $systemdsystemunitdir/halt.service \
Harald Hoyer a20c0e
         $systemdsystemunitdir/systemd-halt.service \
Harald Hoyer a20c0e
-        $systemdsystemunitdir/poweroff.service \
Harald Hoyer a20c0e
         $systemdsystemunitdir/systemd-poweroff.service \
Harald Hoyer a20c0e
         $systemdsystemunitdir/systemd-reboot.service \
Harald Hoyer a20c0e
-        $systemdsystemunitdir/kexec.service \
Harald Hoyer a20c0e
         $systemdsystemunitdir/systemd-kexec.service \
Harald Hoyer a20c0e
-        $systemdsystemunitdir/fsck@.service \
Harald Hoyer a20c0e
         $systemdsystemunitdir/systemd-fsck@.service \
Harald Hoyer a20c0e
         $systemdsystemunitdir/systemd-udevd.service \
Harald Hoyer a20c0e
         $systemdsystemunitdir/systemd-udev-trigger.service \
Harald Hoyer a20c0e
@@ -97,7 +93,6 @@ install() {
Harald Hoyer a20c0e
 \
Harald Hoyer a20c0e
         $systemdsystemunitdir/ctrl-alt-del.target \
Harald Hoyer a20c0e
         $systemdsystemunitdir/syslog.socket \
Harald Hoyer a20c0e
-        $systemdsystemunitdir/syslog.target \
Harald Hoyer a20c0e
         $systemdsystemunitdir/initrd-switch-root.target \
Harald Hoyer a20c0e
         $systemdsystemunitdir/initrd-switch-root.service \
Harald Hoyer a20c0e
         $systemdsystemunitdir/initrd-cleanup.service \