Roy's Projects
/
openresolv
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix mandir again
[openresolv]
/
libc
diff --git
a/libc
b/libc
index 311d737df3052d2c11a4c26f2bcd874cfcdbe2a1..ba0cbdd46c6e77d22e53b7b8b63157e9df9e8494 100755
(executable)
--- a/
libc
+++ b/
libc
@@
-141,13
+141,7
@@
fi
# Create our resolv.conf now
printf "${NEWCONF}" > "${RESOLVCONF}"/run/resolv.conf
# 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
# Notify users of the resolver
for x in "${REVOLVCONF}"/update-libc.d/*; do