Correct comment in init-functions about hooks.
authorDidier Raboud <odyx@debian.org>
Mon, 21 May 2012 12:34:14 +0000 (14:34 +0200)
committerDidier Raboud <odyx@debian.org>
Mon, 21 May 2012 12:34:17 +0000 (14:34 +0200)
Git-Dch: None

init-functions

index ea124d0bbc8f9c2b5cce18b1a0dd23dd4b902860..5c47bf32674dd574562096b35ce5d6009ac73aac 100644 (file)
@@ -406,7 +406,7 @@ log_action_end_msg () {
     log_action_end_msg_post "$@"
 }
 
-# Hooks for /etc/lsb-base-logging.sh
+# Pre&Post empty function declaration, to be overriden from /lib/lsb/init-functions.d/*
 log_daemon_msg_pre () { :; }
 log_daemon_msg_post () { :; }
 log_begin_msg_pre () { :; }