Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 67188 | Differences between
and this patch

Collapse All | Expand All

(-)A/glibc-2.3.4.20040808-r1.ebuild (+9 lines)
Lines 784-789 Link Here
784
	if [ "${ROOT}" = "/" ]; then
784
	if [ "${ROOT}" = "/" ]; then
785
		/sbin/init U &> /dev/null
785
		/sbin/init U &> /dev/null
786
	fi
786
	fi
787
788
	# WARN, at least.
789
	for TICKER in 1 2 3 4 5; do
790
		echo -ne "\a" ; sleep 0.1 &>/dev/null ; echo -ne "\a" ; sleep 1
791
	done
792
	ewarn "NOTE: A lot of servers (sshd, apache, etc.) rely on /lib/libnss_dns.so.2,"
793
	ewarn "which is part of glibc. You HAVE TO restart them!"
794
	ewarn "If you don't restart sshd now, you may lose remote control of your server!"
795
	ewarn "Issue '/etc/init.d/sshd restart' now."
787
}
796
}
788
797
789
798

Return to bug 67188