]> Frank Brehm's Git Trees - config/samara/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorfbrehm <fbrehm@samara.profitbricks.localdomain>
Sun, 19 Feb 2012 17:38:45 +0000 (18:38 +0100)
committerroot <root@samara.profitbricks.localdomain>
Sun, 19 Feb 2012 17:38:45 +0000 (18:38 +0100)
.etckeeper
xinetd.d/cups-lpd [new file with mode: 0644]

index 1bd5281443fd70d92273ecb3e2cbd44b2d8fe0e5..64fafeb1ff0c2bd96c456c7647adce761831ebeb 100755 (executable)
@@ -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 (file)
index 0000000..4d5aa82
--- /dev/null
@@ -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
+}