pkgsrc/sysutils/tkcron/patches/patch-aa
jwise 11bd396de1 Fix path in cvs import. message was:
Re-import tkcron where it belongs, under sysutils.  In addition, clean it up
substantially, and adapt it to tk-8.3.2.
2000-08-30 23:07:45 +00:00

13 lines
384 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2000/08/30 23:07:45 jwise Exp $
--- tkcron.tcl Sat Aug 3 17:53:42 1996
+++ tkcron.tcl Sat Aug 3 17:52:03 1996
@@ -281,6 +281,7 @@
# Return the crontab string as a list
proc parseCrontabFile {str} {
+ set result ""
set crontablist [split $str \n]
set listlength [llength $crontablist]
for {set i 0} {$i < $listlength} {incr i 1} {