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 (+8 lines)
Lines 777-780 Link Here
777
	if [ "${ROOT}" = "/" ]; then
777
	if [ "${ROOT}" = "/" ]; then
778
		/sbin/init U &> /dev/null
778
		/sbin/init U &> /dev/null
779
	fi
779
	fi
780
781
	# WARN, at least.
782
	ewarn "NOTE: A lot of servers (sshd, apache, etc.) rely on /lib/libnss_dns.so.2,"
783
	ewarn "which is part of glibc. You HAVE TO restart them!"
784
	ewarn "If you don't restart sshd now, you may lose remote control of your server!"
785
	ewarn "Issue '/etc/init.d/sshd restart' now."
786
	ebeep 5
787
	epause 5
780
}
788
}

Return to bug 67188