pkgsrc/comms/tkhylafax/patches/patch-ab

18 lines
440 B
Text

$NetBSD: patch-ab,v 1.2 1999/08/11 06:21:29 rh Exp $
--- tkhylafax.unpatched.orig Mon Jan 5 00:11:02 1998
+++ tkhylafax.unpatched Tue Dec 29 18:29:51 1998
@@ -290,12 +290,12 @@
}
#
-# Preview fax cover sheet via ghostview.
+# Preview fax cover sheet via gv.
#
proc previewCover { args } {
- set faxcmd "[mkCover] | ghostview -"
+ set faxcmd "[mkCover] | gv -"
# Exec it
if {[catch {eval exec $faxcmd &} err]} {