From 83bda35801aa3d7ed180ec374a4bcdfe9dc1a8e4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 10 Jul 2010 00:22:38 +0200 Subject: build-sys: drop special name hack for dbus.service since a native service file is now shipped upstream dbus --- units/.gitignore | 1 - units/dbus.target | 11 +++++++++++ units/dbus.target.in | 17 ----------------- 3 files changed, 11 insertions(+), 18 deletions(-) create mode 100644 units/dbus.target delete mode 100644 units/dbus.target.in (limited to 'units') 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 b/units/dbus.target new file mode 100644 index 0000000000..63897685c2 --- /dev/null +++ b/units/dbus.target @@ -0,0 +1,11 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +# See systemd.special(7) for details + +[Unit] +Description=D-Bus diff --git a/units/dbus.target.in b/units/dbus.target.in deleted file mode 100644 index 6faf58d65d..0000000000 --- a/units/dbus.target.in +++ /dev/null @@ -1,17 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# See systemd.special(7) for details - -[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@ -- cgit v1.2.3-54-g00ecf