From 1afaf57346eca958ffe9e1617bb875d556f89a01 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 20 May 2010 02:05:28 +0200 Subject: fedora: we must call the halt script with a symlink of reboot for rebooting --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8b0aecd269..8f0fdaab2e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -477,6 +477,8 @@ if TARGET_FEDORA ( cd $(DESTDIR)$(systemunitdir) && \ rm -f local.service && \ $(LN_S) rc-local.service local.service ) + ( cd $(DESTDIR)/etc/init.d && \ + $(LN_S) halt reboot > /dev/null 2>&1 || true ) endif DISTCHECK_CONFIGURE_FLAGS = \ -- cgit v1.2.3-54-g00ecf