From: fbrehm Date: Sun, 19 Feb 2012 17:38:45 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=a42052bd66e31f8b2cebe872672d0dbbc0efe49f;p=config%2Fsamara%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/.etckeeper b/.etckeeper index 1bd5281..64fafeb 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1271,6 +1271,7 @@ maybe chmod 0644 './xinetd.conf' maybe chmod 0755 './xinetd.d' maybe chmod 0644 './xinetd.d/chargen-dgram' maybe chmod 0644 './xinetd.d/chargen-stream' +maybe chmod 0644 './xinetd.d/cups-lpd' maybe chmod 0644 './xinetd.d/cvspserver' maybe chmod 0644 './xinetd.d/daytime-dgram' maybe chmod 0644 './xinetd.d/daytime-stream' diff --git a/xinetd.d/cups-lpd b/xinetd.d/cups-lpd new file mode 100644 index 0000000..4d5aa82 --- /dev/null +++ b/xinetd.d/cups-lpd @@ -0,0 +1,12 @@ +service printer +{ + disable = yes + socket_type = stream + protocol = tcp + wait = no + user = lp + group = lp + passenv = + server = /usr/libexec/cups/daemon/cups-lpd + server_args = -o document-format=application/octet-stream +}