Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2001 17:09:27 +0000 (GMT)
From:      George Reid <greid@ukug.uk.freebsd.org>
To:        George Reid <greid@FreeBSD-uk.eu.org>
Cc:        FreeBSD-gnats-submit@freebsd.org, freebsd-ports@freebsd.org
Subject:   Re: ports/24087: New port: cups: The Common UNIX Printing System
Message-ID:  <Pine.BSF.4.21.0101051707380.20285-100000@sobek.openirc.co.uk>
In-Reply-To: <Pine.BSF.4.21.0101051622370.17408-100000@sobek.openirc.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
Ooops. This port will hose your PAM configuration (causing lots of fun
breakage) by creating /etc/pam.d/, which overrides /etc/pam.conf. Please
apply the attached diff to the shar before committing.

[BEGIN DIFF]

--- PR-cups-old	Fri Jan  5 16:22:07 2001
+++ PR-cups	Fri Jan  5 17:07:05 2001
@@ -47,6 +47,7 @@
 #	cups/files
 #	cups/files/patch-aa
 #	cups/files/patch-ab
+#	cups/files/patch-ac
 #	cups/pkg-descr
 #	cups/pkg-comment
 #	cups/pkg-plist
@@ -150,6 +151,27 @@
 X 
 X #
 END-of-cups/files/patch-ab
+echo x - cups/files/patch-ac
+sed 's/^X//' >cups/files/patch-ac << 'END-of-cups/files/patch-ac'
+X--- data/Makefile.orig	Fri Jan  5 17:03:23 2001
+X+++ data/Makefile	Fri Jan  5 17:03:53 2001
+X@@ -91,15 +91,6 @@
+X 	-$(MKDIR) $(DATADIR)/data
+X 	$(CHMOD) ugo+rx $(DATADIR)/data
+X 	$(INSTALL_DATA) $(DATAFILES) $(DATADIR)/data
+X-	-if test "$(PAMDIR)" != ""; then \
+X-		$(MKDIR) $(PAMDIR); \
+X-		$(CHMOD) ugo+rx $(PAMDIR); \
+X-		if test -f /lib/security/pam_unix.so; then \
+X-			$(INSTALL_DATA) cups.suse $(PAMDIR)/cups; \
+X-		else \
+X-			$(INSTALL_DATA) cups.pam $(PAMDIR)/cups; \
+X-		fi \
+X-	fi
+X 
+X 
+X #
+END-of-cups/files/patch-ac
 echo x - cups/pkg-descr
 sed 's/^X//' >cups/pkg-descr << 'END-of-cups/pkg-descr'
 XCUPS provides a portable printing layer for UNIX-based operating
@@ -309,4 +331,3 @@
 X@dirrm var/spool/cups
 END-of-cups/pkg-plist
 exit
-

[END OF DIFF]

"And then it comes to be that the soothing light
   at the end of your tunnel was just a freight
            train, comin' your way."

      George Reid * greid@ukug.uk.freebsd.org



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0101051707380.20285-100000>