Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 2000 00:33:01 -0700 (PDT)
From:      David Nugent <davidn@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/pw pwupd.c
Message-ID:  <200006060733.AAA75083@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidn      2000/06/06 00:33:01 PDT

  Modified files:
    usr.sbin/pw          pwupd.c 
  Log:
  Fix db syncronization when username is changed with -l under usermod.
  pw(8) was calling pwd_mkdb -u oldusername instead of newusername, so
  the update appears to have failed until the next full pwd_mkdb
  syncronization.
  
  PR:		bin/16418
  
  Revision  Changes    Path
  1.13      +2 -2      src/usr.sbin/pw/pwupd.c



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?200006060733.AAA75083>