cvs commit: src/usr.sbin/pw pw.8 pw.c pw_group.c

Sean Farley scf at FreeBSD.org
Thu Feb 28 04:25:04 UTC 2008


scf         2008-02-28 04:25:03 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    usr.sbin/pw          pw.8 pw.c pw_group.c 
  Log:
  MFC:
  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.
  
      src/usr.sbin/pw/pw.c: rev 1.32 -> 1.33
      src/usr.sbin/pw/pw_group.c: rev 1.15 -> 1.16
      src/usr.sbin/pw/pw.8: rev 1.42 -> 1.43
  
  Approved by:    wes (mentor)
  
  Revision   Changes    Path
  1.41.2.2   +10 -0     src/usr.sbin/pw/pw.8
  1.31.2.2   +2 -1      src/usr.sbin/pw/pw.c
  1.14.18.2  +80 -15    src/usr.sbin/pw/pw_group.c


More information about the cvs-src mailing list