summaryrefslogtreecommitdiff
path: root/net-print/cups/files/cups-2.0.1-xinetd-installation-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-print/cups/files/cups-2.0.1-xinetd-installation-fix.patch')
-rw-r--r--net-print/cups/files/cups-2.0.1-xinetd-installation-fix.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/net-print/cups/files/cups-2.0.1-xinetd-installation-fix.patch b/net-print/cups/files/cups-2.0.1-xinetd-installation-fix.patch
deleted file mode 100644
index 2e8419e7675a..000000000000
--- a/net-print/cups/files/cups-2.0.1-xinetd-installation-fix.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/scheduler/Makefile
-+++ a/scheduler/Makefile
-@@ -211,4 +211,5 @@
-- 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; \