From: Chris Hanson Date: Tue, 20 Dec 2005 20:27:36 +0000 (+0000) Subject: Add hack to give cron job access to AFS. X-Git-Tag: 20090517-FFI~1151 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=dd9fa5a2616ec9a6cf2380cb2a17f5c845514d2d;p=mit-scheme.git Add hack to give cron job access to AFS. --- diff --git a/etc/update-rcs-log b/etc/update-rcs-log index c4fab18ce..aec42a5f7 100755 --- a/etc/update-rcs-log +++ b/etc/update-rcs-log @@ -15,6 +15,9 @@ if [ -z "${CVS2CL}" ]; then exit 1 fi +kinit -k -t /home/cph/cron.keytab +aklog + COMMON="--revisions --usermap /scheme/v7/src/etc/usermap --domain zurich.csail.mit.edu --stdout --no-wrap --separate-header --window 3600" GOPTS_SCHEME="-d:pserver:anonymous@cvs.savannah.gnu.org:/cvsroot/mit-scheme" GOPTS_HTML="-d:pserver:anonymous@cvs.savannah.gnu.org:/webcvs/mit-scheme"