projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a20ef6
)
Eliminate use of kinit/aklog so this script can be run outside of
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 20 May 2008 05:03:06 +0000
(
05:03
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 20 May 2008 05:03:06 +0000
(
05:03
+0000)
cron.
etc/update-rcs-log
patch
|
blob
|
history
diff --git
a/etc/update-rcs-log
b/etc/update-rcs-log
index 17a2cbf47702205460787a5b949b422269656c26..33ee30d23d1aa8cce8ef6527150443bdc8541388 100755
(executable)
--- 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"