Bug 152225 - security/sancp: UIDs & GIDs Update
Summary: security/sancp: UIDs & GIDs Update
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-14 03:20 UTC by Sevan Janiyan
Modified: 2010-12-13 00:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.55 KB, patch)
2010-11-14 03:20 UTC, Sevan Janiyan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sevan Janiyan 2010-11-14 03:20:08 UTC
Remove the daemon login class for _tss & _pkcs11 users (portlint freaks out) from ports/UIDs
Add a new user & group for ports/security/sancp

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-14 03:32:04 UTC
Maintainer of security/sancp,

Please note that PR ports/152225 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152225

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-14 03:32:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2010-12-13 00:07:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-12-13 00:23:37 UTC
wxs         2010-12-13 00:23:32 UTC

  FreeBSD ports repository

  Modified files:
    .                    UIDs GIDs 
    security/sancp       Makefile distinfo pkg-deinstall 
                         pkg-install 
  Added files:
    security/sancp/files sancp.in 
  Removed files:
    security/sancp/files sancp.sh.in 
  Log:
  Dont declare ${sancp_flags} in command_args.
  Drop .sh extension from RC script.
  Drop MD5 checksum from distinfo.
  Switch from adding & removing users by hand to using USERS & GROUPS.
  Dont remove data gathered by app on uninstall, notify user to do it manually
  should they wish to.
  
  PR:             ports/152225, ports/152226
  Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
  Approved by:    pauls@utdallas.edu (maintainer timeout)
  
  Revision  Changes    Path
  1.117     +2 -1      ports/GIDs
  1.130     +2 -1      ports/UIDs
  1.7       +5 -3      ports/security/sancp/Makefile
  1.5       +0 -1      ports/security/sancp/distinfo
  1.1       +80 -0     ports/security/sancp/files/sancp.in (new)
  1.5       +0 -80     ports/security/sancp/files/sancp.sh.in (dead)
  1.4       +2 -24     ports/security/sancp/pkg-deinstall
  1.3       +0 -36     ports/security/sancp/pkg-install
_______________________________________________
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 5 Wesley Shields freebsd_committer freebsd_triage 2010-12-13 00:23:47 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!