From: Evan Broder Date: Mon, 17 Nov 2008 10:00:04 +0000 (-0500) Subject: Whoops - forgot to drop an option to k5start X-Git-Tag: 0.0.12^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/5a33b8a100c2cacceea4922c51164c696629f993 Whoops - forgot to drop an option to k5start svn path=/trunk/packages/invirt-web/; revision=1690 --- diff --git a/debian/changelog b/debian/changelog index 13bb4bd..d2a60b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-web (0.0.12) unstable; urgency=low + + * Whoops - forgot to drop an option to k5start + + -- Evan Broder Mon, 17 Nov 2008 04:59:31 -0500 + invirt-web (0.0.11) unstable; urgency=low * Use daemon/$HOSTNAME for the svn repository instead of the first diff --git a/files/etc/init.d/apache2.invirt b/files/etc/init.d/apache2.invirt index d74ba3b..9b81115 100755 --- a/files/etc/init.d/apache2.invirt +++ b/files/etc/init.d/apache2.invirt @@ -24,7 +24,7 @@ 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 \ + -f "$KSTART_KEYTAB" -K10 -S afs -I "$AFSCELL" -t \ "daemon/$(hostname -f)" cat "$TMP_PIDFILE" >|"$KSTART_PIDFILE" rm -f "$TMP_PIDFILE"