diff options
author | Bill Nottingham <notting@redhat.com> | 2010-10-28 13:27:42 -0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-29 16:28:28 +0200 |
commit | 0fbe72dc372526e8bd65bdf79587f5888f61fb94 (patch) | |
tree | ff0b9c3c53c975f78adf4e7e792894654d0a2f38 /Makefile.am | |
parent | 62c9af5ecfaa7693d4b3d47d0b04669216f44f9d (diff) |
Fedora: Don't ship a init.d reboot symlink.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index e079ac89e3..56bafdc09f 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 && \ |