aboutsummaryrefslogtreecommitdiff
path: root/comms/tkscanfax/files/patch-src:fax-lib.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'comms/tkscanfax/files/patch-src:fax-lib.tcl')
-rw-r--r--comms/tkscanfax/files/patch-src:fax-lib.tcl19
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/tkscanfax/files/patch-src:fax-lib.tcl b/comms/tkscanfax/files/patch-src:fax-lib.tcl
new file mode 100644
index 000000000000..dee3dfc9a4c4
--- /dev/null
+++ b/comms/tkscanfax/files/patch-src:fax-lib.tcl
@@ -0,0 +1,19 @@
+*** fax-lib.tcl.orig Thu May 23 19:49:44 2002
+--- fax-lib.tcl Thu May 23 19:53:24 2002
+***************
+*** 675,681 ****
+ foreach dir {userdir texdir pbookdir tmpdir} {
+ exec mkdir $fax($dir)
+ }
+! exec echo -e "Misc\tMiscellaneous fax numbers" \
+ > $fax(pbookdir)/group.pbd
+ exec touch $fax(pbookdir)/Misc.pbd
+ }
+--- 675,681 ----
+ foreach dir {userdir texdir pbookdir tmpdir} {
+ exec mkdir $fax($dir)
+ }
+! exec printf "Misc\tMiscellaneous fax numbers" \
+ > $fax(pbookdir)/group.pbd
+ exec touch $fax(pbookdir)/Misc.pbd
+ }