Read admin's lsb-base-logging.sh after packaged hooks.
authorDidier Raboud <odyx@debian.org>
Tue, 15 May 2012 08:52:51 +0000 (10:52 +0200)
committerDidier Raboud <odyx@debian.org>
Tue, 15 May 2012 08:52:51 +0000 (10:52 +0200)
Git-Dch: None

init-functions

index 16bc53e8a872c12f559005c3283bf1d89763058c..c0c45cd61b7dbd473e1b48af57ee39a917200343 100644 (file)
@@ -456,10 +456,10 @@ log_action_end_msg_pre () {
 }
 log_action_end_msg_post () { :; }
 
-FANCYTTY=
-[ -e /etc/lsb-base-logging.sh ] && . /etc/lsb-base-logging.sh || true
-
 # Include hooks from other packages in /lib/lsb/init-functions.d
 for hook in $(run-parts --lsbsysinit --list /lib/lsb/init-functions.d 2>/dev/null); do
     [ -r $hook ] && . $hook || true
 done
+
+FANCYTTY=
+[ -e /etc/lsb-base-logging.sh ] && . /etc/lsb-base-logging.sh || true