> nscd crashing because of nonimplemented handling of SIGHUP send by
> user{add,del,mod}
>
> This also can be found in /etc/init.d/nscd where signal 1 is sent to
> nscd:
>
> <SNIP>
> reload)
> echo "Reloading Name Service Cache Daemon configuration... "
> start-stop-daemon --stop --signal 1 --quiet --oknodo --exec /usr/sbin/nscd
> RETVAL=$?
> echo "done."
> ;;
> <SNIP>
Is this bug still alive? I can't do reproducible.
-- gotom