From: Chris Hanson Date: Tue, 20 May 2008 05:03:06 +0000 (+0000) Subject: Eliminate use of kinit/aklog so this script can be run outside of X-Git-Tag: 20090517-FFI~290 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=862c1d57a1fafb53b26d5965e1f30886479c8a28;p=mit-scheme.git Eliminate use of kinit/aklog so this script can be run outside of cron. --- diff --git a/etc/update-rcs-log b/etc/update-rcs-log index 17a2cbf47..33ee30d23 100755 --- a/etc/update-rcs-log +++ b/etc/update-rcs-log @@ -15,8 +15,8 @@ if [ -z "${CVS2CL}" ]; then exit 1 fi -kinit -k -t /home/cph/cron.keytab cph/cron -aklog +#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" GOPTS_SCHEME="-d:pserver:anonymous@cvs.savannah.gnu.org:/cvsroot/mit-scheme"