FreeBSD Bugzilla – Attachment 8572 Details for
Bug 17877
Cannot change login group with "pw usermod -g" (on FreeBSD 4.0 only)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 319 bytes, created by
pius
on 2000-04-09 11:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
pius
Created:
2000-04-09 11:30:01 UTC
Size:
319 bytes
patch
obsolete
>--- usr.sbin/pw/pw_user.c.orig Fri Jan 14 16:20:21 2000 >+++ usr.sbin/pw/pw_user.c Sat Apr 8 23:41:26 2000 >@@ -468,7 +468,7 @@ > gid_t newgid = (gid_t) GETGRNAM(cnf->default_group)->gr_gid; > if (newgid != pwd->pw_gid) { > edited = 1; >- pwd->pw_gid = pwd->pw_gid; >+ pwd->pw_gid = newgid; > } > } > >=cut=
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 17877
: 8572