projects
/
lsb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0202e4d
)
Read admin's lsb-base-logging.sh after packaged hooks.
author
Didier Raboud
<odyx@debian.org>
Tue, 15 May 2012 08:52:51 +0000
(10:52 +0200)
committer
Didier Raboud
<odyx@debian.org>
Tue, 15 May 2012 08:52:51 +0000
(10:52 +0200)
Git-Dch: None
init-functions
patch
|
blob
|
history
diff --git
a/init-functions
b/init-functions
index 16bc53e8a872c12f559005c3283bf1d89763058c..c0c45cd61b7dbd473e1b48af57ee39a917200343 100644
(file)
--- a/
init-functions
+++ b/
init-functions
@@
-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