summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-10 00:22:38 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-10 00:22:38 +0200
commit83bda35801aa3d7ed180ec374a4bcdfe9dc1a8e4 (patch)
tree8d043506f92ed9a0ad3197df0b412f32f938beff /units
parentab5506a922e407826c08506f3cc1ad69be16fd36 (diff)
build-sys: drop special name hack for dbus.service since a native service file is now shipped upstream dbus
Diffstat (limited to 'units')
-rw-r--r--units/.gitignore1
-rw-r--r--units/dbus.target (renamed from units/dbus.target.in)6
2 files changed, 0 insertions, 7 deletions
diff --git a/units/.gitignore b/units/.gitignore
index 75d3bfd0e9..ea85dc081e 100644
--- a/units/.gitignore
+++ b/units/.gitignore
@@ -6,4 +6,3 @@ graphical.target
multi-user.target
getty@.service
remote-fs.target
-dbus.target
diff --git a/units/dbus.target.in b/units/dbus.target
index 6faf58d65d..63897685c2 100644
--- a/units/dbus.target.in
+++ b/units/dbus.target
@@ -9,9 +9,3 @@
[Unit]
Description=D-Bus
-
-# As soon as D-Bus has native files this explicit dependency should be
-# dropped, and replaced by an alias symlink in the .wants/ directory,
-# to either the .service or .socket unit of the D-Bus service.
-Requires=@SPECIAL_DBUS_SERVICE@
-After=@SPECIAL_DBUS_SERVICE@