summaryrefslogtreecommitdiff
blob: 6d72af95e65b7b0f8f813edaa75a03518dca2f45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
diff -Nru mgetty-1.1.35.orig/frontends/tcl/faxview-0.2/faxview.man mgetty-1.1.35/frontends/tcl/faxview-0.2/faxview.man
--- mgetty-1.1.35.orig/frontends/tcl/faxview-0.2/faxview.man	1996-02-04 16:35:33.000000000 +0200
+++ mgetty-1.1.35/frontends/tcl/faxview-0.2/faxview.man	2006-11-20 21:36:03.318452515 +0200
@@ -99,7 +99,7 @@
 
 and
 
-     g3topbm $f | pbmtolps | lpr &
+     g32pbm $f | pbmtolps | lpr &
 
 The
 .I Return
@@ -177,7 +177,7 @@
 .B mgetty(1)
 (it takes less than a second to display an average fax page).
 
-.B g3topbm(1)
+.B g32pbm(1)
 from the
 .BR pbmplus ,\  netpbm
 or
diff -Nru mgetty-1.1.35.orig/frontends/tcl/faxview-0.2/faxview.tcl mgetty-1.1.35/frontends/tcl/faxview-0.2/faxview.tcl
--- mgetty-1.1.35.orig/frontends/tcl/faxview-0.2/faxview.tcl	1997-01-09 22:47:07.000000000 +0200
+++ mgetty-1.1.35/frontends/tcl/faxview-0.2/faxview.tcl	2006-11-20 21:36:13.923115265 +0200
@@ -42,7 +42,7 @@
 # variable `$f' will be replaced with the selected file name(s).
 #
 set view_command {viewfax $f &}
-set print_command {g3topbm $f | pbmtolps | lpr &}
+set print_command {g32pbm $f | pbmtolps | lpr &}
 
 # Shall `$f' be replaced with multiple file names or with a single
 # one?
diff -Nru mgetty-1.1.35.orig/frontends/www/nph-vf-gif.in mgetty-1.1.35/frontends/www/nph-vf-gif.in
--- mgetty-1.1.35.orig/frontends/www/nph-vf-gif.in	2004-11-24 15:46:17.000000000 +0200
+++ mgetty-1.1.35/frontends/www/nph-vf-gif.in	2006-11-20 21:35:42.225134263 +0200
@@ -121,7 +121,7 @@
     errormessage( "\$indexpage : not configured - please look at the configuration-Files and configure the URL for my main-index-page (\$indexpage)");
 }
 
-checkprogram($g3topbm, "g3topbm");
+checkprogram($g3topbm, "g32pbm");
 checkprogram($ppmquant, "ppmquant");
 checkprogram($pnmscale, "pnmscale");
 checkprogram($ppmtogif, "ppmtogif");
diff -Nru mgetty-1.1.35.orig/frontends/www/wwwgui.cfg.in mgetty-1.1.35/frontends/www/wwwgui.cfg.in
--- mgetty-1.1.35.orig/frontends/www/wwwgui.cfg.in	2004-11-24 15:46:17.000000000 +0200
+++ mgetty-1.1.35/frontends/www/wwwgui.cfg.in	2006-11-20 21:37:51.205195012 +0200
@@ -52,7 +52,7 @@
 #
 
 # convert G3 image to PBM
-$g3topbm='@BINDIR@/g32pbm';
+$g3topbm='/usr/bin/g32pbm';
 
 # convert PBM image to GIF (could be "ppmtogif" or "pnmtogif")
 $ppmtogif='@BINDIR@/ppmtogif';
diff -Nru mgetty-1.1.35.orig/frontends/X11/viewfax/viewfax.man mgetty-1.1.35/frontends/X11/viewfax/viewfax.man
--- mgetty-1.1.35.orig/frontends/X11/viewfax/viewfax.man	2004-11-14 14:14:29.000000000 +0200
+++ mgetty-1.1.35/frontends/X11/viewfax/viewfax.man	2006-11-20 21:36:23.399707512 +0200
@@ -274,7 +274,7 @@
 .B hylafax
 (http://www.hylafax.org/) is a full-function fax client/server system.
 
-.B g3topbm(1)
+.B g32pbm(1)
 and
 .B xv(1)
 can be used in a pipeline to view faxes.  This will usually be slower
diff -Nru mgetty-1.1.35.orig/g3/Makefile mgetty-1.1.35/g3/Makefile
--- mgetty-1.1.35.orig/g3/Makefile	2006-11-20 21:35:21.711852263 +0200
+++ mgetty-1.1.35/g3/Makefile	2006-11-20 21:10:47.325515539 +0200
@@ -45,8 +45,6 @@
 #
 # make symlink for "g3topbm" (so third-party fax viewers won't fail)
 #
-	-cd $(BINDIR) ; \
-	test -x g3topbm || ln -s g32pbm g3topbm
 
 
 # test suite