# This file allows you to configure the "foomatic-rip" filter. # Uncomment the lines where you want to do a change and enter the # desired value. # Enter here your personal command for converting non-PostScript files # (especially text) to PostScript. Supported commands are "a2ps", # "enscript" or "mpage". Command line options will be automatically # set by "foomatic-rip". # textfilter: a2ps textfilter: a2ps # Set debug to 1 to enable the debug logfile for "foomatic-rip"; it # will appear as /tmp/foomatic-rip.log It will contain status info of # the filtering process and the renderer's (usually GhostScript's) # stderr output. # WARNING: This logfile is a security hole; do not use in production. debug: 1 ### CUPS only: # Set to 0 to suppress inserting postscript code for accounting. ps_accounting: 0 ### General Configuration # Set echo to the path to an echo program that uses echo -n #echo: u:/bin/echo # set gspath to the GhostScript to be used by foomatic #gspath: /gs/gs8.70/bin/gsos2 gspath: /gs/gs9.02/bin/gsos2 # Set the PATH value to be used by foomatic-rip: execpath: /cups/bin: # Set the directories in which foomatic-rip should search for CUPS filters: cupsfilterpath: /cups/lib/cups/filter: # Set the preferred shell to use when executing FoomaticRIPCommandLine and # friends. Several PPD files use shell constructs that require a more # modern shell like bash, zsh, or ksh. #preferred_shell: /cups/sbin/fooash.exe preferred_shell: /cups/sbin/cupsash.exe