summaryrefslogtreecommitdiffstats
path: root/adduser/rmuser.sh
Commit message (Collapse)AuthorAgeFilesLines
* The original adduser/rmuser scripts in Perl used to modify the PATHJohn Baldwin2008-07-301-2/+3
| | | | | | | | | | | 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
* The POP daemon's temporary mail file has a leading dot ('.'). This wasMike Makonnen2007-10-191-3/+3
| | | | | | lost in the shell script rewrite of the rmuser command. Submitted by: Ian Smith <smithi@nimnet.asn.au>
* Fix a particularly egregious grammar error.Adam Weinberger2005-05-241-1/+1
| | | | | Approved by: wpaul MFC after: 1 day
* Make rmuser now also remove ipc resources. Also, fix a few minorJens Schweikhardt2004-02-291-4/+18
| | | | | | | | shell style problems (superfluous backslashes at EOL). PR: 55980 Submitted by: Chris S.J.Peron <maneo@bsdpro.com> MFC after: 2 weeks
* Update my email address.Mike Makonnen2003-06-201-1/+1
|
* Update copyright.Mike Makonnen2003-02-161-3/+1
|
* Condense the output to one line per removed user. For user's whoMike Makonnen2003-02-161-20/+47
| | | | | | want the more verbose version, there's a -v option. Approved by: markm (mentor)
* expr foo -> $((foo))Max Khon2003-01-231-2/+2
|
* Do not loose trailing spaces when printing prompt messages.Max Khon2003-01-231-3/+3
|
* Correctly handle files with IFS characters (spaces) in their names whenTim J. Robbins2002-12-091-7/+3
| | | | | | | cleaning up temporary files. Submitted by: Mike Makonnen <mtm@identd.net> Approved by: re
* Replace the perl versions of adduser and rmuser with shell script versions.Scott Long2002-12-031-0/+325
Submitted by: Mike Makonnen <mtm@identd.net> Approved by: re