Add omitted principal name to kinit call.
authorChris Hanson <org/chris-hanson/cph>
Thu, 22 Dec 2005 01:44:35 +0000 (01:44 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 22 Dec 2005 01:44:35 +0000 (01:44 +0000)
etc/update-rcs-log

index aec42a5f71002e5ad55487761364395b6a0b3305..a325b291fa75bcba0b9a5178f611e1e4edfe6966 100755 (executable)
@@ -15,7 +15,7 @@ if [ -z "${CVS2CL}" ]; then
     exit 1
 fi
 
-kinit -k -t /home/cph/cron.keytab
+kinit -k -t /home/cph/cron.keytab cph/cron
 aklog
 
 COMMON="--revisions --usermap /scheme/v7/src/etc/usermap --domain zurich.csail.mit.edu --stdout --no-wrap --separate-header --window 3600"