FreeBSD Bugzilla – Attachment 14188 Details for
Bug 26674
rmuser xyz reports incorrect error message if xyz does not exist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
rmuser.diff
rmuser.diff (text/plain; charset=us-ascii), 660 bytes, created by
mux
on 2001-04-18 17:08:26 UTC
(
hide
)
Description:
rmuser.diff
Filename:
MIME Type:
Creator:
mux
Created:
2001-04-18 17:08:26 UTC
Size:
660 bytes
patch
obsolete
>*** /usr/src/usr.sbin/adduser/rmuser.perl Sun Jan 14 11:21:11 2001 >--- src/rmuser.perl Wed Apr 18 18:02:17 2001 >*************** >*** 120,126 **** > ($name, $password, $uid, $gid, $change, $class, $gecos, $home_dir, $shell) = > (getpwnam("$login_name")); > >! if ($?) { > print STDERR "${whoami}: Error: User ${login_name} not in password database\n"; > &unlockpw; > exit 1; >--- 120,126 ---- > ($name, $password, $uid, $gid, $change, $class, $gecos, $home_dir, $shell) = > (getpwnam("$login_name")); > >! if (!defined $uid) { > print STDERR "${whoami}: Error: User ${login_name} not in password database\n"; > &unlockpw; > exit 1;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 26674
: 14188