View | Details | Raw Unified | Return to bug 105978
Collapse All | Expand All

(-)nmh/files/patch-etc_mhn.defaults.sh (+19 lines)
Line 0 Link Here
1
--- etc/mhn.defaults.sh.orig	Tue Apr 11 18:25:23 2000
2
+++ etc/mhn.defaults.sh	Tue Nov 28 13:44:27 2006
3
@@ -111,16 +111,6 @@
4
 	echo "mhshow-show-video/mpeg: %p$PGM '%f'" >> $TMP
5
 fi
6
 
7
-PGM="`$SEARCHPROG $SEARCHPATH lpr`"
8
-if [ ! -z "$PGM" ]; then
9
-	echo "mhshow-show-application/PostScript: %plpr -Pps" >> $TMP
10
-else
11
-    PGM="`$SEARCHPROG $SEARCHPATH lp`"
12
-    if [ ! -z "$PGM" ]; then    
13
-	echo "mhshow-show-application/PostScript: %plp -dps" >> $TMP
14
-    fi
15
-fi
16
-
17
 PGM="`$SEARCHPROG $SEARCHPATH ivs_replay`"
18
 if [ ! -z "$PGM" ]; then
19
 	echo "mhshow-show-application/x-ivs: %p$PGM -o '%F'" >> $TMP

Return to bug 105978