aboutsummaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-xrc.shutdown5
1 files changed, 5 insertions, 0 deletions
diff --git a/rc.shutdown b/rc.shutdown
index aae042e..d0a094e 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -13,6 +13,11 @@ echo " "
printhl "Initiating Shutdown..."
echo " "
+# avoid NIS hanging syslog-ng on shutdown by unsetting the domainname
+if [ -x /bin/domainname ]; then
+ /bin/domainname ""
+fi
+
if [ -x /etc/rc.local.shutdown ]; then
/etc/rc.local.shutdown
fi