tamiko 14/11/20 12:53:26 Added: cups-2.0.1-xinetd-installation-fix.patch Log: fix xinetd configuration wrt bug #529916 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3)
Revision Changes Path 1.1 net-print/cups/files/cups-2.0.1-xinetd-installation-fix.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/files/cups-2.0.1-xinetd-installation-fix.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/files/cups-2.0.1-xinetd-installation-fix.patch?rev=1.1&content-type=text/plain Index: cups-2.0.1-xinetd-installation-fix.patch =================================================================== --- a/scheduler/Makefile +++ a/scheduler/Makefile @@ -208,7 +208,8 @@ $(INSTALL_DATA) org.cups.cupsd.socket $(BUILDROOT)$(SYSTEMD_DIR)/cups.socket; \ $(INSTALL_DATA) org.cups.cups-lpdAT.service $(BUILDROOT)$(SYSTEMD_DIR)/[email protected]; \ $(INSTALL_DATA) org.cups.cups-lpd.socket $(BUILDROOT)$(SYSTEMD_DIR)/cups-lpd.socket; \ - elif test "x$(XINETD)" != x; then \ + fi + if test "x$(XINETD)" != x; then \ echo Installing xinetd configuration file for cups-lpd...; \ $(INSTALL_DIR) -m 755 $(BUILDROOT)$(XINETD); \ $(INSTALL_DATA) cups-lpd.xinetd $(BUILDROOT)$(XINETD)/cups-lpd; \
