aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Botero-Lowry <alexbl@FreeBSD.org>2007-02-12 21:24:05 +0000
committerAlexander Botero-Lowry <alexbl@FreeBSD.org>2007-02-12 21:24:05 +0000
commitf654c19baf5e9c27446c18f779d7da180a20bd7c (patch)
treecbb86e54b2f8798cd268924e5036eafc98be65c5
parentb2f065a7aa4b0ee39925036b8f2fe9cab77ca5b0 (diff)
downloadports-f654c19baf5e9c27446c18f779d7da180a20bd7c.tar.gz
ports-f654c19baf5e9c27446c18f779d7da180a20bd7c.zip
- Change defaults to not try and print postscript files
PR: 105978 Submitted by: Brad Huntting <huntting@glarp.com>
Notes
Notes: svn path=/head/; revision=185036
-rw-r--r--mail/nmh/files/patch-etc_mhn.defaults.sh19
1 files changed, 19 insertions, 0 deletions
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