X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/bfb89f27b433ff1de679869e033405158acba8e6..9122abf1048953b2713991e76722bb79618e4ae2:/files/etc/init.d/apache2.invirt?ds=sidebyside

diff --git a/files/etc/init.d/apache2.invirt b/files/etc/init.d/apache2.invirt
index dd72f01..3a4d69b 100755
--- a/files/etc/init.d/apache2.invirt
+++ b/files/etc/init.d/apache2.invirt
@@ -24,13 +24,19 @@ kstart_start () {
     chown www-data $KRB5CCNAME
     /sbin/start-stop-daemon --start --pidfile "$TMP_PIDFILE" -c www-data \
 	--exec /usr/bin/k5start -- -b -p "$TMP_PIDFILE" \
-	-U -f "$KSTART_KEYTAB" -K10 -S afs -I "$AFSCELL" -t -b
+	-f "$KSTART_KEYTAB" -K10 -S afs -I "$AFSCELL" -t \
+        "daemon/$(hostname -f)"
     cat "$TMP_PIDFILE" >|"$KSTART_PIDFILE"
     rm -f "$TMP_PIDFILE"
 }
 kstart_stop () {
     if [ -e $KSTART_PIDFILE ]; then
 	/sbin/start-stop-daemon --stop --pidfile $KSTART_PIDFILE
+        pgrep apache2 >/dev/null && sleep 1 \
+         && pgrep apache2 >/dev/null && sleep 1 \
+         && pgrep apache2 >/dev/null && sleep 1 \
+         && pgrep apache2 >/dev/null && sleep 1 \
+         && pkill -9 apache2
 	rm -f $KSTART_PIDFILE
     else
 	echo -n " ... no kstart pidfile"