cups fixes for bnc#857372 and bnc#856731 OBS-URL: https://build.opensuse.org/request/show/213204 OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=269
16 lines
428 B
Diff
16 lines
428 B
Diff
--- data/cups.socket.in.orig 2014-01-08 15:31:12.000000000 +0100
|
|
+++ data/cups.socket.in 2014-01-08 15:33:07.000000000 +0100
|
|
@@ -3,8 +3,10 @@ Description=CUPS Printing Service Socket
|
|
|
|
[Socket]
|
|
ListenStream=@CUPS_DEFAULT_DOMAINSOCKET@
|
|
-ListenStream=631
|
|
-ListenDatagram=0.0.0.0:631
|
|
+ListenStream=127.0.0.1:631
|
|
+ListenStream=[::1]:631
|
|
+ListenDatagram=127.0.0.1:631
|
|
+ListenDatagram=[::1]:631
|
|
BindIPv6Only=ipv6-only
|
|
|
|
[Install]
|