- Change defaults to not try and print postscript files

PR:		105978
Submitted by:	Brad Huntting <huntting@glarp.com>
This commit is contained in:
Alexander Botero-Lowry 2007-02-12 21:24:05 +00:00
parent b2f065a7aa
commit f654c19baf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185036

View 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