Bug 155218

Summary: [PATCH] print/cups-base: fix handling of pam.d/cups
Product: Ports & Packages Reporter: Martin Matuska <mm>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me CC: dinoex
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
cups-base-1.4.6_2.patch none

Description Martin Matuska freebsd_committer freebsd_triage 2011-03-03 00:00:21 UTC
${PREFIX}/etc/pam.d/cups is a user config and should not be deleted if
user-modified or overwritten by a new installation.

See security/sudo as an example.

Added file(s):
- files/patch-conf-Makefile

Port maintainer (dinoex@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-03 00:00:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-03-07 20:43:29 UTC
dinoex      2011-03-07 20:43:15 UTC

  FreeBSD ports repository

  Modified files:
    print/cups-base      Makefile pkg-plist 
  Added files:
    print/cups-base/files patch-conf-Makefile 
  Log:
  - preserve modified etc/pam.d/cups
  PR:             155218
  Sumbitted by:   mm
  
  Revision  Changes    Path
  1.154     +6 -0      ports/print/cups-base/Makefile
  1.1       +16 -0     ports/print/cups-base/files/patch-conf-Makefile (new)
  1.61      +3 -1      ports/print/cups-base/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2011-03-07 20:52:50 UTC
State Changed
From-To: open->closed

committed, thanks.