projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
dea0d1b
)
Skip reboot from newer Fedoras
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Thu, 17 Mar 2011 14:11:09 +0000 (15:11 +0100)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Thu, 17 Mar 2011 14:11:09 +0000 (15:11 +0100)
distrib/redhat/initpost
patch
|
blob
|
history
diff --git
a/distrib/redhat/initpost
b/distrib/redhat/initpost
index
9eece3c
..
569d8c4
100755
(executable)
--- 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
;;