Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Feb 1999 23:15:12 -0800 (PST)
From:      David Nugent <davidn@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/pw pw_vpw.c Makefile edgroup.c fileupd.c grupd.c pw.8 pw.c pw.h pw_conf.c pw_group.c pw_nis.c pw_user.c pwupd.c pwupd.h
Message-ID:  <199902230715.XAA44716@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidn      1999/02/22 23:15:12 PST

  Modified files:
    usr.sbin/pw          Makefile edgroup.c fileupd.c grupd.c pw.8 
                         pw.c pw.h pw_conf.c pw_group.c pw_nis.c 
                         pw_user.c pwupd.c pwupd.h 
  Added files:
    usr.sbin/pw          pw_vpw.c 
  Log:
  1) Do not blindly ignore file update errors which may occur due to concurrent
     updating
  2) Add -V <etcdir>, which allows maintaining user/group database in alternate
     locations other than /etc.
  
  Revision  Changes    Path
  1.7       +3 -3      src/usr.sbin/pw/Makefile
  1.7       +11 -7     src/usr.sbin/pw/edgroup.c
  1.7       +5 -10     src/usr.sbin/pw/fileupd.c
  1.6       +43 -4     src/usr.sbin/pw/grupd.c
  1.16      +27 -2     src/usr.sbin/pw/pw.8
  1.12      +96 -16    src/usr.sbin/pw/pw.c
  1.8       +3 -1      src/usr.sbin/pw/pw.h
  1.8       +2 -3      src/usr.sbin/pw/pw_conf.c
  1.8       +12 -13    src/usr.sbin/pw/pw_group.c
  1.5       +1 -2      src/usr.sbin/pw/pw_nis.c
  1.27      +91 -85    src/usr.sbin/pw/pw_user.c
  1.8       +38 -7     src/usr.sbin/pw/pwupd.c
  1.5       +79 -4     src/usr.sbin/pw/pwupd.h


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902230715.XAA44716>