From: Bill Nottingham Date: Thu, 28 Oct 2010 17:27:42 +0000 (-0400) Subject: Fedora: Don't ship a init.d reboot symlink. X-Git-Tag: v12~112 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=0fbe72dc372526e8bd65bdf79587f5888f61fb94;ds=sidebyside Fedora: Don't ship a init.d reboot symlink. --- diff --git a/Makefile.am b/Makefile.am index e079ac89e..56bafdc09 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 && \