diff options
author | alexbl <alexbl@FreeBSD.org> | 2007-02-13 05:24:05 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2007-02-13 05:24:05 +0800 |
commit | b290d4773e0a6d7e100943509dae7442ded91ceb (patch) | |
tree | 6c6d4c8db91b94ab635105392767e22d9d2deb5e /mail/nmh/files | |
parent | bb5eb3339bab56214356e8f0e841cd300174a3a9 (diff) | |
download | freebsd-ports-gnome-b290d4773e0a6d7e100943509dae7442ded91ceb.tar.gz freebsd-ports-gnome-b290d4773e0a6d7e100943509dae7442ded91ceb.tar.zst freebsd-ports-gnome-b290d4773e0a6d7e100943509dae7442ded91ceb.zip |
- Change defaults to not try and print postscript files
PR: 105978
Submitted by: Brad Huntting <huntting@glarp.com>
Diffstat (limited to 'mail/nmh/files')
-rw-r--r-- | mail/nmh/files/patch-etc_mhn.defaults.sh | 19 |
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 |