From c7e751e3633b2e10c0ffcc68e4ce676f725f0843 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 14 Sep 2012 03:23:17 +0000 Subject: Fri Sep 14 03:23:16 UTC 2012 --- libre/initscripts/initscripts.install | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libre/initscripts') diff --git a/libre/initscripts/initscripts.install b/libre/initscripts/initscripts.install index 963713bee..557faafe4 100644 --- a/libre/initscripts/initscripts.install +++ b/libre/initscripts/initscripts.install @@ -16,4 +16,11 @@ post_upgrade() { 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 + if [ "$(vercmp $2 2012.08.1)" -lt 0 ]; then + echo "----" + echo "> initscripts now ships a compatibility layer to make systemd use MODULES and" + echo "> DAEMONS from rc.conf; and run rc.local and rc.local.shutdown on boot and" + echo "> shutdown, respectively. Refer to arch-modules-load(8) and arch-daemons(8)." + echo "----" + fi } -- cgit v1.2.3-54-g00ecf