Date: Sat, 23 Feb 2008 01:25:22 +0000 (UTC) From: Sean Farley <scf@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pw pw.8 pw.c pw_group.c Message-ID: <200802230125.m1N1PPXu095124@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scf 2008-02-23 01:25:22 UTC FreeBSD src repository Modified files: usr.sbin/pw pw.8 pw.c pw_group.c Log: Add the groupmod '-d' option to pw to allow the deletion of existing users from a group without the need to perform the same operation by replacing the existing list via the '-M' option. The '-M' option requires someone to fetch the existing members with pw, deleting the undesired members from the list and sending the altered list back to pw. Approved by: wes (mentor) MFC after: 5 days Revision Changes Path 1.43 +10 -0 src/usr.sbin/pw/pw.8 1.33 +2 -1 src/usr.sbin/pw/pw.c 1.16 +80 -15 src/usr.sbin/pw/pw_group.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802230125.m1N1PPXu095124>