Changeset 1688


Ignore:
Timestamp:
Nov 17, 2008, 4:57:01 AM (15 years ago)
Author:
broder
Message:

Use daemon/$HOSTNAME instead of the first principal in the invirt
keytab for svn

Location:
trunk/packages/invirt-web
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/debian/changelog

    r1674 r1688  
     1invirt-web (0.0.11) unstable; urgency=low
     2
     3  * Use daemon/$HOSTNAME for the svn repository instead of the first
     4    principal in the keytab
     5
     6 -- Evan Broder <broder@mit.edu>  Mon, 17 Nov 2008 04:56:36 -0500
     7
    18invirt-web (0.0.10) unstable; urgency=low
    29
  • trunk/packages/invirt-web/files/etc/init.d/apache2.invirt

    r1318 r1688  
    2525    /sbin/start-stop-daemon --start --pidfile "$TMP_PIDFILE" -c www-data \
    2626        --exec /usr/bin/k5start -- -b -p "$TMP_PIDFILE" \
    27         -U -f "$KSTART_KEYTAB" -K10 -S afs -I "$AFSCELL" -t -b
     27        -U -f "$KSTART_KEYTAB" -K10 -S afs -I "$AFSCELL" -t \
     28        "daemon/$(hostname -f)"
    2829    cat "$TMP_PIDFILE" >|"$KSTART_PIDFILE"
    2930    rm -f "$TMP_PIDFILE"
Note: See TracChangeset for help on using the changeset viewer.