Ignore:
Timestamp:
Oct 1, 2006, 11:24:58 AM (17 years ago)
Author:
jbarnold
Message:
Fixed autoconf variable name mismatch
Moved afsagent keytab to avoid deleting it on package removal/upgrade
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/common/oursrc/tokensys/renew.in

    r1 r9  
    55
    66# Option #1: invoke kinit with a password
    7 #echo "password" | @kinit@ >/dev/null daemon/scripts.mit.edu
     7#echo "password" | @kinit_path@ >/dev/null daemon/scripts.mit.edu
    88
    99# Option #2: invoke kinit with a keytab
    10 @kinit@ -k -t /home/afsagent/krb5.keytab daemon/scripts.mit.edu
     10@kinit_path@ -k -t /etc/daemon.keytab daemon/scripts.mit.edu
    1111
    1212# Obtain AFS tokens
    13 @aklog@
    14 @aklog@ -c sipb
     13@aklog_path@
     14@aklog_path@ -c sipb
Note: See TracChangeset for help on using the changeset viewer.