diff options
author | Matthias Maier <tamiko@gentoo.org> | 2014-11-19 23:05:43 +0000 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2014-11-19 23:05:43 +0000 |
commit | bb6975d6bde35277a5488e4a33b9dfcbda3f0b5f (patch) | |
tree | 85979b416b13760d3727c048689d2c01ad267efc /net-print/cups/files | |
parent | Version bump. Ebuild by Arfrever. (diff) | |
download | gentoo-2-bb6975d6bde35277a5488e4a33b9dfcbda3f0b5f.tar.gz gentoo-2-bb6975d6bde35277a5488e4a33b9dfcbda3f0b5f.tar.bz2 gentoo-2-bb6975d6bde35277a5488e4a33b9dfcbda3f0b5f.zip |
also ship with gentoo specific systemd units
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3)
Diffstat (limited to 'net-print/cups/files')
-rw-r--r-- | net-print/cups/files/cups-2.0.1-rename-systemd-service-files.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-print/cups/files/cups-2.0.1-rename-systemd-service-files.patch b/net-print/cups/files/cups-2.0.1-rename-systemd-service-files.patch index 967856e4ee60..c77997d7fec4 100644 --- a/net-print/cups/files/cups-2.0.1-rename-systemd-service-files.patch +++ b/net-print/cups/files/cups-2.0.1-rename-systemd-service-files.patch @@ -54,6 +54,20 @@ index 0a27c76..7a04248 100644 -Also=org.cups.cupsd.socket org.cups.cupsd.path +Also=cups.socket cups.path WantedBy=printer.target +diff --git a/scheduler/org.cups.cupsd.socket.in b/scheduler/org.cups.cupsd.socket.in +--- a/scheduler/org.cups.cupsd.socket.in ++++ a/scheduler/org.cups.cupsd.socket.in +@@ -3,6 +3,10 @@ + + [Socket] + ListenStream=@CUPS_DEFAULT_DOMAINSOCKET@ ++ListenStream=[::1]:631 ++ListenStream=127.0.0.1:631 ++BindIPv6Only=ipv6-only ++ReusePort=true + + [Install] + WantedBy=sockets.target -- 2.0.4 |