freebsd-src/usr.sbin/adduser
John Baldwin 662c90c800 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
2008-07-30 18:37:21 +00:00
..
adduser.8 In the description of the password field, -w was meant, not the 2008-03-16 21:36:05 +00:00
adduser.conf.5 Bump .Dd for r1.5; fix grammatical problem. 2007-04-12 08:39:13 +00:00
adduser.sh Add the -M command-line option, which will set home directory permissions. 2008-01-27 10:15:36 +00:00
Makefile Add an adduser.conf manual page. 2004-03-30 21:50:42 +00:00
rmuser.8 Flush my typo fix queue for this directory. 2006-12-05 23:20:14 +00:00
rmuser.sh The original adduser/rmuser scripts in Perl used to modify the PATH 2008-07-30 18:37:21 +00:00