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
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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
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"
State Changed From-To: feedback->closed Committed. Thanks!