ports/mail/nmh/files/patch-etc_mhn.defaults.sh
Alexander Botero-Lowry f654c19baf - Change defaults to not try and print postscript files
PR:		105978
Submitted by:	Brad Huntting <huntting@glarp.com>
2007-02-12 21:24:05 +00:00

19 lines
600 B
Bash

--- etc/mhn.defaults.sh.orig Tue Apr 11 18:25:23 2000
+++ etc/mhn.defaults.sh Tue Nov 28 13:44:27 2006
@@ -111,16 +111,6 @@
echo "mhshow-show-video/mpeg: %p$PGM '%f'" >> $TMP
fi
-PGM="`$SEARCHPROG $SEARCHPATH lpr`"
-if [ ! -z "$PGM" ]; then
- echo "mhshow-show-application/PostScript: %plpr -Pps" >> $TMP
-else
- PGM="`$SEARCHPROG $SEARCHPATH lp`"
- if [ ! -z "$PGM" ]; then
- echo "mhshow-show-application/PostScript: %plp -dps" >> $TMP
- fi
-fi
-
PGM="`$SEARCHPROG $SEARCHPATH ivs_replay`"
if [ ! -z "$PGM" ]; then
echo "mhshow-show-application/x-ivs: %p$PGM -o '%F'" >> $TMP