]> git.cameronkatri.com Git - pw-darwin.git/commit
The original adduser/rmuser scripts in Perl used to modify the PATH
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 30 Jul 2008 18:37:21 +0000 (18:37 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 30 Jul 2008 18:37:21 +0000 (18:37 +0000)
commit9eeff78f2b54bf8f0329ab99d434e7bbe94bf071
tree99424c2c13b952f3cfd49c0097a5009bd241b7ad
parent27d1f2fdfd1933e2cfa1606d459fc44db28f379c
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
adduser/rmuser.sh