From a42052bd66e31f8b2cebe872672d0dbbc0efe49f Mon Sep 17 00:00:00 2001 From: fbrehm Date: Sun, 19 Feb 2012 18:38:45 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- .etckeeper | 1 + xinetd.d/cups-lpd | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 xinetd.d/cups-lpd 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 +} -- 2.39.5