From fd8895bd4594cf997cd3cf4d0214cedc689a3177 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 8 Apr 2011 20:08:13 +0200 Subject: [PATCH] Remove dependency to upstart. --- functions.events | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/functions.events b/functions.events index 895f8010..5416e1fe 100644 --- a/functions.events +++ b/functions.events @@ -25,7 +25,10 @@ function event_emit() { log DEBUG "Emitting event '${event}' ($@)" - initctl emit ${event} $@ + # XXX Since we have no more upstart, we do nothing here for now. + # At a later point of time, we need to find another solution how to + # react on those events. + #initctl emit ${event} $@ } function event_firewall_reload() { -- 2.47.2