]> git.ipfire.org Git - network.git/commitdiff
Remove dependency to upstart.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 8 Apr 2011 18:08:13 +0000 (20:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 8 Apr 2011 18:08:13 +0000 (20:08 +0200)
functions.events

index 895f801007a282ac657610417d046dca2cc96b7b..5416e1feb5973473440a30be1421dc6500e8a57f 100644 (file)
@@ -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() {