Bug 152226 - [PATCH] security/sancp: Fix a bug in RC script + other changes
Summary: [PATCH] security/sancp: Fix a bug in RC script + other changes
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 04:00 UTC by Sevan Janiyan
Modified: 2010-12-13 00:30 UTC (History)
1 user (show)

See Also:


Attachments
sancp-1.6.1_4.patch (10.23 KB, patch)
2010-11-14 04:00 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 04:00:16 UTC
Dont declare ${sancp_flags} in command_args
This fixes http://taosecurity.blogspot.com/2010/11/calling-freebsd-startup-script-experts.html, fix by Colin Percival 
Drop .sh extension from RC script
Drop MD5 checksum from distinfo
Switch from adding & removing users by hand to using $USERS & $GROUPS , patch for UIDs & GIDs in ports/152225
Dont remove data gathered by app on uninstall, notify user to do it manually should they wish to 


Added file(s):
- files/sancp.in

Removed file(s):
- files/sancp.sh.in

Port maintainer (pauls@utdallas.edu) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-14 04:00:21 UTC
Maintainer of security/sancp,

Please note that PR ports/152226 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/152226

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-14 04:00:25 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-11-14 14:36:14 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:52 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!