From: Michael Tremer Date: Fri, 8 Apr 2011 18:08:13 +0000 (+0200) Subject: Remove dependency to upstart. X-Git-Tag: 001~17 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=fd8895bd4594cf997cd3cf4d0214cedc689a3177;p=network.git Remove dependency to upstart. --- 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() {