blob: 7a77dcaee48f0345db9d8d8cb72abea43a74b23a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/etc/cups/cupsd.conf 2014-11-26 17:12:25.000000000 +0000
+++ b/etc/cups/cupsd.conf 2014-11-26 17:13:35.000000000 +0000
@@ -13,7 +13,7 @@
MaxLogSize 0
# Only listen for connections from the local machine.
-Listen localhost:631
+Listen 127.0.0.1:631
Listen /var/run/cups/cups.sock
# Show shared printers on the local network.
|