summaryrefslogtreecommitdiff
path: root/comms/tkscanfax/files/patch-src:fax-lib.tcl
diff options
context:
space:
mode:
authorYoshio MITA <mita@FreeBSD.org>2002-05-23 11:13:01 +0000
committerYoshio MITA <mita@FreeBSD.org>2002-05-23 11:13:01 +0000
commitf148c7bc68491450974ce5ca51d6b1ec46ae50df (patch)
treea221ed689a33c4f52a29b58c9f1b1568e5e5f743 /comms/tkscanfax/files/patch-src:fax-lib.tcl
parentThis is yet another FAX send/receive program. (diff)
Simple and useful FAX frontend program working with efax.
Submitted by: me. ports-jp 12772
Notes
Notes: svn path=/head/; revision=59781
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
+ }