From b93f47d0e10dc10276544d6c369a51229314ec06 Mon Sep 17 00:00:00 2001
From: Chris Hanson <org/chris-hanson/cph>
Date: Thu, 22 Dec 2005 01:44:35 +0000
Subject: [PATCH] Add omitted principal name to kinit call.

---
 etc/update-rcs-log | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/update-rcs-log b/etc/update-rcs-log
index aec42a5f7..a325b291f 100755
--- a/etc/update-rcs-log
+++ b/etc/update-rcs-log
@@ -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"
-- 
2.25.1