summaryrefslogtreecommitdiffstats
path: root/rules/dbus.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-06-02 15:46:24 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-06-02 17:41:24 +0200
commite1967dc37e5b6735161f98fb3818948c4196cfab (patch)
treee1aeedaac8c4d661f4ee4b5fadf46dd8e60865f1 /rules/dbus.make
parent59f69aeeb877923d605fec14bf1218b6de88f46e (diff)
downloadptxdist-e1967dc37e5b6735161f98fb3818948c4196cfab.tar.gz
ptxdist-e1967dc37e5b6735161f98fb3818948c4196cfab.tar.xz
upstart: remove after more than one year in staging
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dbus.make')
-rw-r--r--rules/dbus.make7
1 files changed, 0 insertions, 7 deletions
diff --git a/rules/dbus.make b/rules/dbus.make
index 199baf1f2..5ac079cd3 100644
--- a/rules/dbus.make
+++ b/rules/dbus.make
@@ -150,13 +150,6 @@ ifdef PTXCONF_DBUS_SYSTEMD_UNIT
@$(call install_link, dbus, ../dbus.service, \
/lib/systemd/system/multi-user.target.wants/dbus.service)
endif
-
-ifdef PTXCONF_INITMETHOD_UPSTART
-ifdef PTXCONF_DBUS_STARTSCRIPT
- @$(call install_alternative, dbus, 0, 0, 0644, /etc/init/dbus.conf)
-endif
-endif
-
@$(call install_finish, dbus)
@$(call touch)