From 83d02d0cb8f5a1025457bc2bfcdeffc001bfa941 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Thu, 17 Mar 2011 15:11:09 +0100 Subject: [PATCH] Skip reboot from newer Fedoras --- distrib/redhat/initpost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrib/redhat/initpost b/distrib/redhat/initpost index 9eece3c..569d8c4 100755 --- a/distrib/redhat/initpost +++ b/distrib/redhat/initpost @@ -53,7 +53,7 @@ pushd "$vdir"/etc/init.d &>/dev/null || for i in *; do test -e "$i" || continue case "$i" in - functions|halt|killall|single) ;; + functions|halt|killall|single|reboot) ;; syslog|rsyslog) $_VSERVER "$1" chkconfig "$i" on ;; -- 1.8.1.5