summaryrefslogtreecommitdiffstats
path: root/adduser/rmuser.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix PREFIX logicCameron Katri2022-01-021-1/+1
|
* adduser rmuser: Customizable prefixCameron Katri2021-08-281-8/+8
|
* Recommit everything, add chpass, improve history (except for a few files ↵Cameron Katri2021-05-021-1/+1
| | | | that git-filter-repo dislikes for some reason [_secure_path.c and login_cap.h])
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+363
| | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended.
* Create the altix project branch. The altix project will add supportMarcel Moolenaar2010-03-101-361/+0
| | | | | | | for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting is a two-module system, consisting of a base compute module and a CPU expansion module. SGI's NUMAFlex architecture can be an excellent platform to test CPU affinity and NUMA-aware features in FreeBSD.
* 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