FreeBSD Bugzilla – Attachment 83822 Details for
Bug 119695
pw(8) does not interact with nscd(8)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
reset_cache.diff
reset_cache.diff (text/x-patch), 449 bytes, created by
Nali Toja
on 2011-10-03 10:11:47 UTC
(
hide
)
Description:
reset_cache.diff
Filename:
MIME Type:
Creator:
Nali Toja
Created:
2011-10-03 10:11:47 UTC
Size:
449 bytes
patch
obsolete
>Index: usr.sbin/pw/fileupd.c >=================================================================== >--- usr.sbin/pw/fileupd.c (revision 224534) >+++ usr.sbin/pw/fileupd.c (working copy) >@@ -188,6 +188,7 @@ fileupdate(char const * filename, mode_t fmode, ch > rename(file, filename); > else > ftruncate(infd, ftell(infp)); >+ system("{ nscd -I group; nscd -I passwd; } 2>/dev/null >&2"); > } > } > free(line);
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 119695
: 83822