]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Mon, 16 Jan 2012 18:40:44 +0000 (19:40 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Mon, 16 Jan 2012 18:40:44 +0000 (19:40 +0100)
Package changes:
+net-print/foomatic-filters-3.0.20080507

.etckeeper
foomatic/filter.conf [new file with mode: 0644]
foomatic/filter.conf.sample [new file with mode: 0644]

index 1d1af230b5638911c48102c5bd139f374c6b5c93..7f30f30855bd8dcf6e04ca4c9dab5e0d6a635c5c 100755 (executable)
@@ -4,6 +4,7 @@ mkdir -p './ConsoleKit/run-seat.d'
 mkdir -p './ca-certificates/update.d'
 mkdir -p './courier-imap/shared'
 mkdir -p './courier-imap/shared.tmp'
+mkdir -p './foomatic/direct'
 mkdir -p './php/apache2-php5.3/ext'
 mkdir -p './php/apache2-php5.3/ext-active'
 mkdir -p './php/cgi-php5.3/ext'
@@ -466,6 +467,10 @@ maybe chmod 0755 './fonts/conf.d'
 maybe chmod 0644 './fonts/conf.d/README'
 maybe chmod 0644 './fonts/fonts.conf'
 maybe chmod 0644 './fonts/fonts.dtd'
+maybe chmod 0755 './foomatic'
+maybe chmod 0755 './foomatic/direct'
+maybe chmod 0644 './foomatic/filter.conf'
+maybe chmod 0644 './foomatic/filter.conf.sample'
 maybe chmod 0644 './fstab'
 maybe chmod 0644 './gai.conf'
 maybe chmod 0755 './gconf'
diff --git a/foomatic/filter.conf b/foomatic/filter.conf
new file mode 100644 (file)
index 0000000..05fbed1
--- /dev/null
@@ -0,0 +1,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" or "mpage". 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
diff --git a/foomatic/filter.conf.sample b/foomatic/filter.conf.sample
new file mode 100644 (file)
index 0000000..05fbed1
--- /dev/null
@@ -0,0 +1,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" or "mpage". 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