From 25c74161a16969cd57f583f927802969d4737225 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sun, 27 Feb 2011 09:19:38 +0800 Subject: workaround: do not unset NIS on shutdown If this bug is still present (after more than 4 years) it should be reported and fixed in syslog-ng. Signed-off-by: Tom Gundersen --- rc.shutdown | 2 -- 1 file changed, 2 deletions(-) (limited to 'rc.shutdown') diff --git a/rc.shutdown b/rc.shutdown index 4c5a3f8..106c3df 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -15,8 +15,6 @@ echo " " printhl "Initiating Shutdown..." echo " " -# avoid NIS hanging syslog-ng on shutdown by unsetting the domainname -[[ -x /bin/domainname ]] && /bin/domainname "" [[ -x /etc/rc.local.shutdown ]] && /etc/rc.local.shutdown kill_everything shutdown -- cgit v1.2.3