cups-2.0.1-xinetd-installation-fix.patch 332 B

12345678910
  1. --- a/scheduler/Makefile
  2. +++ a/scheduler/Makefile
  3. @@ -211,4 +211,5 @@
  4. - elif test "x$(XINETD)" != x; then \
  5. + fi
  6. + if test "x$(XINETD)" != x; then \
  7. echo Installing xinetd configuration file for cups-lpd...; \
  8. $(INSTALL_DIR) -m 755 $(BUILDROOT)$(XINETD); \
  9. $(INSTALL_DATA) cups-lpd.xinetd $(BUILDROOT)$(XINETD)/cups-lpd; \