summaryrefslogtreecommitdiff
path: root/comms/tkhylafax/patches/patch-ab
blob: cc0efd72fff6b28f1098d8290fc2ee80dd374d23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$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]} {