PR 157577 reported the curvedns port uses pkg-install to create new users, instead of using USERS= and GROUPS= This patch merges the suggested fix, includes my suggested corrections, and includes an additional hint in the pkg-message. Fix: NOTE: pkg-install should be deleted!
Responsible Changed From-To: freebsd-ports-bugs->pgollucci pgollucci@ wants his PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: pgollucci->crees Invalid autoassignment
State Changed From-To: open->feedback Ask for maintainer fix.
Er... what's this I spy in pkg-deinstall.in ? rm -rf %%PREFIX%%/etc/curvedns ? Please write some proper handling of config files into pkg-plist; there's guidance in the Porter's Handbook. Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Hi, I've fixed the config files issue, please let me know if you'd like to add anything. Chris http://www.bayofrum.net/~crees/patches/uids/dns-curvedns.patch -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
crees 2011-07-19 17:44:30 UTC FreeBSD ports repository Modified files: dns/curvedns Makefile pkg-plist dns/curvedns/files pkg-message.in Removed files: dns/curvedns/files pkg-deinstall.in pkg-install.in Log: - Use USERS and GROUPS - Stop clobbering config files on deinstall PR: ports/157854 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> Approved by: rene (mentor, implicit), maintainer timeout (14 days) Revision Changes Path 1.4 +10 -13 ports/dns/curvedns/Makefile 1.2 +0 -6 ports/dns/curvedns/files/pkg-deinstall.in (dead) 1.2 +0 -25 ports/dns/curvedns/files/pkg-install.in (dead) 1.2 +2 -0 ports/dns/curvedns/files/pkg-message.in 1.2 +11 -1 ports/dns/curvedns/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"
State Changed From-To: feedback->closed Committed, with minor changes. Thanks!