summaryrefslogtreecommitdiff
path: root/print/cups-lpr/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'print/cups-lpr/files/patch-ac')
-rw-r--r--print/cups-lpr/files/patch-ac25
1 files changed, 0 insertions, 25 deletions
diff --git a/print/cups-lpr/files/patch-ac b/print/cups-lpr/files/patch-ac
deleted file mode 100644
index 508fc84eea58..000000000000
--- a/print/cups-lpr/files/patch-ac
+++ /dev/null
@@ -1,25 +0,0 @@
---- data/Makefile.orig Sat Aug 18 10:38:01 2001
-+++ data/Makefile Sat Aug 18 10:39:25 2001
-@@ -93,14 +93,14 @@
- for file in $(DATAFILES); do \
- $(INSTALL_DATA) $$file $(DATADIR)/data; \
- done
-- -if test x$(PAMDIR) != x; then \
-- $(INSTALL_DIR) $(PAMDIR); \
-- if test -f /lib/security/pam_unix.so; then \
-- $(INSTALL_DATA) cups.suse $(PAMDIR)/cups; \
-- else \
-- $(INSTALL_DATA) cups.pam $(PAMDIR)/cups; \
-- fi \
-- fi
-+# -if test x$(PAMDIR) != x; then \
-+# $(INSTALL_DIR) $(PAMDIR); \
-+# if test -f /lib/security/pam_unix.so; then \
-+# $(INSTALL_DATA) cups.suse $(PAMDIR)/cups; \
-+# else \
-+# $(INSTALL_DATA) cups.pam $(PAMDIR)/cups; \
-+# fi \
-+# fi
-
-
- #