Re: svn commit: r275768 - in head/usr.sbin: . vigr

2014-12-20 Thread Baptiste Daroussin
On Sat, Dec 20, 2014 at 04:11:41PM +0100, Dag-Erling Smørgrav wrote: > Baptiste Daroussin writes: > > I wonder why you chose making a script instead of using libutil? > > 50 lines of shell vs a few hundred lines of C... Sure I was not thinking of rewriting a full version but rather modify a bit

Re: svn commit: r275768 - in head/usr.sbin: . vigr

2014-12-20 Thread Dag-Erling Smørgrav
Baptiste Daroussin writes: > I wonder why you chose making a script instead of using libutil? 50 lines of shell vs a few hundred lines of C... BTW, we need a new nss implementation; the current one has serious flaws that cannot be fixed without a redesign. That would be a good occasion to write

Re: svn commit: r275768 - in head/usr.sbin: . vigr

2014-12-20 Thread Baptiste Daroussin
On Sun, Dec 14, 2014 at 04:40:47PM +, Dag-Erling Smørgrav wrote: > Author: des > Date: Sun Dec 14 16:40:46 2014 > New Revision: 275768 > URL: https://svnweb.freebsd.org/changeset/base/275768 > > Log: > Add a vigr(8) utility which does for /etc/group what vipw(8) does for > /etc/master.pass

svn commit: r275768 - in head/usr.sbin: . vigr

2014-12-14 Thread Dag-Erling Smørgrav
Author: des Date: Sun Dec 14 16:40:46 2014 New Revision: 275768 URL: https://svnweb.freebsd.org/changeset/base/275768 Log: Add a vigr(8) utility which does for /etc/group what vipw(8) does for /etc/master.passwd. Added: head/usr.sbin/vigr/ head/usr.sbin/vigr/Makefile (contents, props ch