Bug 155218 - [PATCH] print/cups-base: fix handling of pam.d/cups
Summary: [PATCH] print/cups-base: fix handling of pam.d/cups
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-03 00:00 UTC by Martin Matuska
Modified: 2011-03-07 20:53 UTC (History)
1 user (show)

See Also:


Attachments
cups-base-1.4.6_2.patch (2.34 KB, patch)
2011-03-03 00:00 UTC, Martin Matuska
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.