Date: Wed, 30 Jul 2008 18:37:21 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/adduser rmuser.sh Message-ID: <200807301837.m6UIbZQa005555@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807301837.m6UIbZQa005555>