summaryrefslogtreecommitdiffstats
path: root/adduser/rmuser.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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