X-Git-Url: https://git.tld-linux.org/?p=rc-scripts.git;a=blobdiff_plain;f=lib%2Ffunctions;h=69041da25b6dac6cb40f697b10dd28484052ae18;hp=fa12b3c9e40291e8d325de03d259e64c6efae063;hb=003ec37db641afcc22cd662bbc7969af80ec83a0;hpb=434c1b77277e45f1e0de1c797168cd4abe7aa8db 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