projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df4006d
)
don't specifically request an afs service ticket anymore; let aklog take care of...
author
Adam Glasgall
<adam@crossproduct.net>
Mon, 20 May 2013 03:11:02 +0000
(23:11 -0400)
committer
Adam Glasgall
<adam@crossproduct.net>
Tue, 21 May 2013 00:58:52 +0000
(20:58 -0400)
files/etc/init.d/apache2.invirt
patch
|
blob
|
history
diff --git
a/files/etc/init.d/apache2.invirt
b/files/etc/init.d/apache2.invirt
index
3a4d69b
..
21249ff
100755
(executable)
--- 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" \
- -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"