# 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