[systemd-devel] [PATCH 1/8] Fedora: Don't ship a init.d reboot symlink.
Bill Nottingham
notting at redhat.com
Thu Oct 28 10:27:42 PDT 2010
Signed-off-by: Bill Nottingham <notting at redhat.com>
---
Makefile.am | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index e079ac8..56bafdc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1206,8 +1206,6 @@ if TARGET_FEDORA
( cd $(DESTDIR)$(systemunitdir) && \
rm -f local.service && \
$(LN_S) rc-local.service local.service )
- ( cd $(DESTDIR)$(SYSTEM_SYSVINIT_PATH) && \
- $(LN_S) halt reboot > /dev/null 2>&1 || true )
endif
if TARGET_GENTOO
( cd $(DESTDIR)$(pkgsysconfdir)/system && \
--
1.7.3.1
More information about the systemd-devel
mailing list