From 66d31f40b984faa831ddf37a0a7d3a2288b004d2 Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Mon, 21 May 2012 14:34:14 +0200 Subject: [PATCH] Correct comment in init-functions about hooks. Git-Dch: None --- init-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-functions b/init-functions index ea124d0..5c47bf3 100644 --- a/init-functions +++ b/init-functions @@ -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 () { :; } -- 2.30.2