Add the -dBATCH parameter to the Ghostscript filter.

This commit is contained in:
Warren Block 2014-05-04 22:33:53 +00:00
parent f14e106442
commit 07f0d0fb4c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44757

View file

@ -748,7 +748,7 @@ CR=`/usr/bin/printf "\r"`
with these contents:</para>
<programlisting>#!/bin/sh
/usr/local/bin/gs -dSAFER -dNOPAUSE -q -sDEVICE=ljet4 -sOutputFile=- -</programlisting>
/usr/local/bin/gs -dSAFER -dNOPAUSE -dBATCH -q -sDEVICE=ljet4 -sOutputFile=- -</programlisting>
<para>Set the permissions and make it executable:</para>