From f654c19baf5e9c27446c18f779d7da180a20bd7c Mon Sep 17 00:00:00 2001 From: Alexander Botero-Lowry Date: Mon, 12 Feb 2007 21:24:05 +0000 Subject: - Change defaults to not try and print postscript files PR: 105978 Submitted by: Brad Huntting --- mail/nmh/files/patch-etc_mhn.defaults.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 mail/nmh/files/patch-etc_mhn.defaults.sh (limited to 'mail') diff --git a/mail/nmh/files/patch-etc_mhn.defaults.sh b/mail/nmh/files/patch-etc_mhn.defaults.sh new file mode 100644 index 000000000000..06e13c0c1b26 --- /dev/null +++ b/mail/nmh/files/patch-etc_mhn.defaults.sh @@ -0,0 +1,19 @@ +--- 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 -- cgit v1.2.3