diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-09-13 20:32:35 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-09-13 20:32:35 -0300 |
commit | b4903e03dc897db3b525a3dd85b96be8cc30bf01 (patch) | |
tree | 72b5dae3a48bd5d2151468fb0a6cb7ded604c35c /libre/initscripts | |
parent | e85af5281f53c90932c7fe78660d3cabd14e8033 (diff) | |
download | abslibre-b4903e03dc897db3b525a3dd85b96be8cc30bf01.tar.gz abslibre-b4903e03dc897db3b525a3dd85b96be8cc30bf01.tar.bz2 abslibre-b4903e03dc897db3b525a3dd85b96be8cc30bf01.zip |
Missing commits
Diffstat (limited to 'libre/initscripts')
-rw-r--r-- | libre/initscripts/initscripts.install | 7 |
1 files changed, 7 insertions, 0 deletions
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 } |