X-Git-Url: https://roy.marples.name/git diff --git a/libc b/libc index 311d737..ba0cbdd 100755 --- a/libc +++ b/libc @@ -141,13 +141,7 @@ fi # Create our resolv.conf now printf "${NEWCONF}" > "${RESOLVCONF}"/run/resolv.conf -# Restart nscd if it's running -if [ -x /etc/init.d/nscd ]; then - /etc/init.d/nscd --nodeps --quiet conditionalrestart -fi -if [ -x /etc/rc.d/nscd ]; then - /etc/rc.d/nscd restart -fi +resolvconf -s nscd restart # Notify users of the resolver for x in "${REVOLVCONF}"/update-libc.d/*; do