From owner-freebsd-ports Fri Jan 5 9: 4:46 2001 From owner-freebsd-ports@FreeBSD.ORG Fri Jan 5 09:04:44 2001 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mta07-svc.ntlworld.com (mta07-svc.ntlworld.com [62.253.162.47]) by hub.freebsd.org (Postfix) with ESMTP id 5B8C737B400; Fri, 5 Jan 2001 09:04:43 -0800 (PST) Received: from sobek.openirc.co.uk ([62.252.8.139]) by mta07-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010105170429.IIOE26323.mta07-svc.ntlworld.com@sobek.openirc.co.uk>; Fri, 5 Jan 2001 17:04:29 +0000 Date: Fri, 5 Jan 2001 17:09:27 +0000 (GMT) From: George Reid X-Sender: geeorgy@sobek.openirc.co.uk To: George Reid Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ports/24087: New port: cups: The Common UNIX Printing System In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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