summaryrefslogtreecommitdiff
path: root/sysutils/tkcron/patches
diff options
context:
space:
mode:
authorjwise <jwise>2000-08-30 23:07:45 +0000
committerjwise <jwise>2000-08-30 23:07:45 +0000
commitdb368fc54dc89af17d1ddf51ac70e9f05e31fdee (patch)
treedc2d65cdf049a43a63b6308f8ae6c1ded8de7776 /sysutils/tkcron/patches
parent34240f01a933661ddf1e2dd811a135db03c761df (diff)
downloadpkgsrc-db368fc54dc89af17d1ddf51ac70e9f05e31fdee.tar.gz
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.
Diffstat (limited to 'sysutils/tkcron/patches')
-rw-r--r--sysutils/tkcron/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/tkcron/patches/patch-aa b/sysutils/tkcron/patches/patch-aa
new file mode 100644
index 00000000000..f1ece6deb47
--- /dev/null
+++ b/sysutils/tkcron/patches/patch-aa
@@ -0,0 +1,13 @@
+$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} {
+