mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
- Change defaults to not try and print postscript files
PR: 105978 Submitted by: Brad Huntting <huntting@glarp.com>
This commit is contained in:
parent
b2f065a7aa
commit
f654c19baf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185036
1 changed files with 19 additions and 0 deletions
19
mail/nmh/files/patch-etc_mhn.defaults.sh
Normal file
19
mail/nmh/files/patch-etc_mhn.defaults.sh
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue