don't specifically request an afs service ticket anymore; let aklog take care of...
authorAdam Glasgall <adam@crossproduct.net>
Mon, 20 May 2013 03:11:02 +0000 (23:11 -0400)
committerAdam Glasgall <adam@crossproduct.net>
Tue, 21 May 2013 00:58:52 +0000 (20:58 -0400)
files/etc/init.d/apache2.invirt

index 3a4d69b..21249ff 100755 (executable)
@@ -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" \
-       -f "$KSTART_KEYTAB" -K10 -S afs -I "$AFSCELL" -t \
+       -f "$KSTART_KEYTAB" -K10  -t \
         "daemon/$(hostname -f)"
     cat "$TMP_PIDFILE" >|"$KSTART_PIDFILE"
     rm -f "$TMP_PIDFILE"