cvs commit: src/usr.sbin/adduser rmuser.sh

John Baldwin jhb at FreeBSD.org
Wed Jul 30 18:37:35 UTC 2008


jhb         2008-07-30 18:37:21 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/adduser     rmuser.sh 
  Log:
  SVN rev 181006 on 2008-07-30 18:37:21Z by jhb
  
  The original adduser/rmuser scripts in Perl used to modify the PATH
  setting.  When the scripts were converted to Bourne shell, this was
  removed.  The adduser script was changed to use an explicit path for
  the pw(8) command so that /usr/sbin did not have to be in the user's
  PATH.  The rmuser script continued to assume that /usr/sbin was in the
  user's path, however.  This fixes the rmuser script to use an explicit
  path for pw(8) similar to adduser.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.11      +3 -2      src/usr.sbin/adduser/rmuser.sh


More information about the cvs-src mailing list