]> granicus.if.org Git - shadow/commit
2011-08-20 Jonathan Nieder <jrnieder@gmail.com>
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 20 Aug 2011 13:33:38 +0000 (13:33 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 20 Aug 2011 13:33:38 +0000 (13:33 +0000)
commitfc0057ff35145e3ff305c697da0230431a16e0e7
tree2069f38885a9bde661e334c87dfe4860d5aaca4e
parentec309dcac874270e295a32e14a9dd5b353ad6e2e
2011-08-20  Jonathan Nieder  <jrnieder@gmail.com>

* lib/Makefile.am: Added lib/spawn.c and lib/spawn.h.
* lib/nscd.c, lib/spawn.c, lib/spawn.h: It is not possible to
differentiate between an nscd failure, and a failure to execute
due to no nscd with posix_spawn. Use our own run_command routine.
* src/userdel.c: Use run_command()
ChangeLog
lib/Makefile.am
lib/nscd.c
lib/spawn.c [new file with mode: 0644]
lib/spawn.h [new file with mode: 0644]
src/userdel.c