jhb
95fe9af01e
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
mtm
58861a7823
The POP daemon's temporary mail file has a leading dot ('.'). This was
...
lost in the shell script rewrite of the rmuser command.
Submitted by: Ian Smith <smithi@nimnet.asn.au>
2007-10-19 07:18:56 +00:00
adamw
73ed913a5f
Fix a particularly egregious grammar error.
...
Approved by: wpaul
MFC after: 1 day
2005-05-24 04:50:07 +00:00
schweikh
4b97c7dd5a
Make rmuser now also remove ipc resources. Also, fix a few minor
...
shell style problems (superfluous backslashes at EOL).
PR: 55980
Submitted by: Chris S.J.Peron <maneo@bsdpro.com>
MFC after: 2 weeks
2004-02-29 09:54:15 +00:00
mtm
644e0d3883
Update my email address.
2003-06-20 16:53:36 +00:00
mtm
b7e8fa9ad7
Update copyright.
2003-02-16 18:06:04 +00:00
mtm
b252bec075
Condense the output to one line per removed user. For user's who
...
want the more verbose version, there's a -v option.
Approved by: markm (mentor)
2003-02-16 18:04:06 +00:00
fjoe
de0591cf07
expr foo -> $((foo))
2003-01-23 20:18:21 +00:00
fjoe
95a61b2a6f
Do not loose trailing spaces when printing prompt messages.
2003-01-23 19:58:16 +00:00
tjr
c8d9479442
Correctly handle files with IFS characters (spaces) in their names when
...
cleaning up temporary files.
Submitted by: Mike Makonnen <mtm@identd.net>
Approved by: re
2002-12-09 02:22:50 +00:00
scottl
fb2ab15ed1
Replace the perl versions of adduser and rmuser with shell script versions.
...
Submitted by: Mike Makonnen <mtm@identd.net>
Approved by: re
2002-12-03 05:41:09 +00:00