File: filter.conf

package info (click to toggle)
foomatic-filters 4.0.17-11
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,112 kB
  • sloc: ansic: 6,371; sh: 2,532; makefile: 147; perl: 93; python: 8
file content (47 lines) | stat: -rw-r--r-- 1,516 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# 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", "mpage" or "paps". Command line options will be
# automatically set by "foomatic-rip".

# 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: 0

### CUPS only:

# Set to 0 to suppress inserting postscript code for accounting.

# ps_accounting: 1

### General Configuration

# Set echo to the path to an echo program that uses echo -n

# echo: /bin/echo

# set gspath to the GhostScript to be used by foomatic
# gspath: gs

# Set the PATH value to be used by foomatic-rip:
# execpath: /usr/local/bin:/usr/bin:/bin

# Set the directories in which foomatic-rip should search for CUPS filters:
# cupsfilterpath: /usr/local/lib/cups/filter:/usr/local/lib/cups/filter:/usr/local/libexec/cups/filter:/opt/cups/filter:/usr/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: /bin/bash