From: Evan Broder Date: Sun, 19 Oct 2008 23:57:19 +0000 (-0400) Subject: Limit the number of secrets: use /etc/invirt/keytab instead of a X-Git-Tag: sipb-xen-www/3.15^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/bfb89f27b433ff1de679869e033405158acba8e6?hp=fd7383b857234046a5a18b7f77dfdc7476b80c08 Limit the number of secrets: use /etc/invirt/keytab instead of a separate keytab for apache svn path=/trunk/packages/sipb-xen-www/; revision=1145 --- diff --git a/debian/changelog b/debian/changelog index f5fdb55..e510062 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sipb-xen-www (3.15) unstable; urgency=low + + * Use /etc/invirt/keytab instead of a separate keytab for apache + + -- Evan Broder Sun, 19 Oct 2008 19:56:04 -0400 + sipb-xen-www (3.14.4) unstable; urgency=low * allow '*' wildcard in config.errormail_exclude diff --git a/files/etc/init.d/apache2.invirt b/files/etc/init.d/apache2.invirt index 254508d..dd72f01 100755 --- a/files/etc/init.d/apache2.invirt +++ b/files/etc/init.d/apache2.invirt @@ -13,7 +13,7 @@ SCRIPT=/etc/init.d/apache2.invirt-orig KSTART_PIDFILE=/var/run/k5start-apache2.pid -KSTART_KEYTAB=/etc/apache2/keytab +KSTART_KEYTAB=/etc/invirt/keytab export AFSCELL=sipb.mit.edu