From 8fd9b3e36ec3ceecc51dcbc3351f123113858044 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Sat, 29 Oct 2005 16:53:30 +0000 Subject: [PATCH] added code to execute 'killall5 -15' in the halt script; this should fix the minilogd issues with CentOS and older RH releases git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2222 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/distrib/redhat/initpost | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/util-vserver/distrib/redhat/initpost b/util-vserver/distrib/redhat/initpost index 093c592..d4c6a38 100755 --- a/util-vserver/distrib/redhat/initpost +++ b/util-vserver/distrib/redhat/initpost @@ -72,7 +72,6 @@ pushd "$vdir"/etc/init.d &>/dev/null || esac done - relink /bin/true halt popd >/dev/null pushd "$vdir"/sbin &>/dev/null @@ -88,6 +87,14 @@ pushd "$vdir" &>/dev/null popd >/dev/null pushd "$vdir" &>/dev/null + cat <