From 003ec37db641afcc22cd662bbc7969af80ec83a0 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Tue, 14 Jul 2015 15:13:16 +0000 Subject: [PATCH] - drop upstart functions completly, in case of errors fix init scripts --- lib/functions | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/lib/functions b/lib/functions index fa12b3c..69041da 100644 --- a/lib/functions +++ b/lib/functions @@ -1323,35 +1323,6 @@ rc_gettext_init() { fi } -use_upstart () { - return 1 -} -emit () { - return 0 -} -is_upstart_task() { - return 1 -} -is_upstart_running() { - return 1 -} -upstart_start() { - return 1 -} -upstart_stop() { - return 1 -} -upstart_reload() { - return 0 -} -upstart_status() { - return 1 -} -_upstart_controlled() { - return 0 -} -alias upstart_controlled='_upstart_controlled $0 "$@"' - rc_gettext_init rc_cache_init -- 2.44.0