summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-10-28 13:27:42 -0400
committerLennart Poettering <lennart@poettering.net>2010-10-29 16:28:28 +0200
commit0fbe72dc372526e8bd65bdf79587f5888f61fb94 (patch)
treeff0b9c3c53c975f78adf4e7e792894654d0a2f38 /Makefile.am
parent62c9af5ecfaa7693d4b3d47d0b04669216f44f9d (diff)
Fedora: Don't ship a init.d reboot symlink.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
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 && \