Prereq: "1.05" diff -cr /tmp/tct-1.06/patchlevel ./patchlevel *** /tmp/tct-1.06/patchlevel Tue Jan 23 18:46:14 2001 --- ./patchlevel Mon May 14 13:12:49 2001 *************** *** 1 **** ! 1.05 --- 1 ---- ! 1.07 diff -cr /tmp/tct-1.06/CHANGES ./CHANGES *** /tmp/tct-1.06/CHANGES Sat Mar 17 11:03:55 2001 --- ./CHANGES Mon May 14 13:17:30 2001 *************** *** 1,3 **** --- 1,9 ---- + Mon May 14 13:11:54 EDT 2001 + + o Patch 06 broke lib/pass.cache.pl, which broke mactime. + + o Patch 06 did not update the patchlevel file. + Fri Mar 16 14:25:11 EST 2001 o Fixed rpm root directory when running on a corpse. diff -cr /tmp/tct-1.06/lib/pass.cache.pl ./lib/pass.cache.pl *** /tmp/tct-1.06/lib/pass.cache.pl Sat Mar 3 12:31:23 2001 --- ./lib/pass.cache.pl Mon May 14 13:11:46 2001 *************** *** 310,316 **** $passwd_loaded = 1; ! print "Getting password ($PASSWD) info via @GET_PASSWD\n" if $debug; if (@GET_PASSWD) { # open(GFILE, "$'GET_PASSWD|") || die "can't $'GET_PASSWD"; --- 310,316 ---- $passwd_loaded = 1; ! print "Getting password ($PASSWD) info via $GET_PASSWD[0]\n" if $debug; if (@GET_PASSWD) { # open(GFILE, "$'GET_PASSWD|") || die "can't $'GET_PASSWD";