From f935ebf41c626e4832f86c5f3f7ed1cc35128f6b Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Oct 2011 23:14:36 +0000 Subject: Sun Oct 30 23:14:36 UTC 2011 --- libre/initscripts/initscripts.install | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libre/initscripts/initscripts.install') diff --git a/libre/initscripts/initscripts.install b/libre/initscripts/initscripts.install index 56f69248a..963713bee 100644 --- a/libre/initscripts/initscripts.install +++ b/libre/initscripts/initscripts.install @@ -8,4 +8,12 @@ post_upgrade() { echo "Blacklisting of modules is no longer supported in rc.conf," echo "please add blacklist entries to /etc/modprobe.d/ instead." fi + if [ "$(vercmp $2 2011.07.2)" -lt 0 ]; then + echo "VERBOSE= in rc.conf no longer has any effect." + echo "Please append 'quiet' to your kernel command line." + fi + if [ "$(vercmp $2 2011.10.1)" -lt 0 ]; then + echo "If using non-bash-compatible shell, please set LANG in /etc/locale.conf," + echo "as LOCALE in /etc/rc.conf no longer works." + fi } -- cgit v1.2.3-54-g00ecf