freebsd-ports/print/foo2zjs/files/patch-foo2qpdl-wrapper.in
Jose Alonso Cardenas Marquez 2437526fd1 - Update to 20110609
PR:		158040
Submitted by:	bsam
2011-06-24 21:34:05 +00:00

46 lines
1.3 KiB
Text

--- foo2qpdl-wrapper.in.orig 2011-04-15 23:07:00.000000000 +0400
+++ foo2qpdl-wrapper.in 2011-06-19 21:26:03.964850095 +0400
@@ -43,13 +43,6 @@ PREFIX=/usr
SHARE=$PREFIX/share/foo2qpdl
PATH=$PATH:/sw/bin:/opt/local/bin
-#
-# Log the command line, for debugging and problem reports
-#
-if [ -x /usr/bin/logger -o -x /bin/logger ]; then
- logger -t "$BASENAME" -p lpr.info -- "$BASENAME $@" </dev/null
-fi
-
usage() {
cat <<EOF
Usage:
@@ -161,8 +154,8 @@ nup() {
#
# N.B. := operator used here, when :- would be better, because "ash"
# doesn't have :-
-if eval gs.foo -v >/dev/null 2>&1; then
- GSBIN=${GSBIN:-gs.foo}
+if eval gs -v >/dev/null 2>&1; then
+ GSBIN=${GSBIN:-gs}
else
GSBIN=${GSBIN:-gs}
fi
@@ -708,18 +701,6 @@ $PREFILTER \
$BC $AIB $COLOR2MONO $NOPLANES $EXTRAPAD -D$DEBUG
#
-# Log the command line, for debugging and problem reports
-#
-if [ -x /usr/bin/logger ]; then
- logger -t "$BASENAME" -p lpr.info -- \
- "$GSBIN $PAPERSIZE -g$DIM -r$RES $GSDEV $GSOPTS $GAMMAFILE"
- logger -t "$BASENAME" -p lpr.info -- \
- "foo2qpdl -r$RES -g$DIM -p$PAPER -m$MEDIA \
--n$COPIES -d$DUPLEX -s$SOURCE -z$MODEL $COLOR $CLIP_UL $CLIP_LR $CLIP_LOG \
-$SAVETONER $BC $AIB $COLOR2MONO $NOPLANES $EXTRAPAD"
-fi
-
-#
# Remove cruft
#
if [ $DEBUG -eq 0 ]; then