summaryrefslogtreecommitdiff
path: root/src/dbus1-generator
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-12-16 20:39:44 +0100
committerLennart Poettering <lennart@poettering.net>2013-12-16 21:06:57 +0100
commit1c5f57c5a73a90513f1f9c1f534923323b61f68f (patch)
treefa2e39478bbe4f31e28a6f9e778810c4fdcd6ea4 /src/dbus1-generator
parent821e0756c62d705252ab13d24af941578c0b9642 (diff)
bus: fix symlink to bus proxy socket
Diffstat (limited to 'src/dbus1-generator')
-rw-r--r--src/dbus1-generator/dbus1-generator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus1-generator/dbus1-generator.c b/src/dbus1-generator/dbus1-generator.c
index e86fc6e56a..b0e49bc052 100644
--- a/src/dbus1-generator/dbus1-generator.c
+++ b/src/dbus1-generator/dbus1-generator.c
@@ -267,7 +267,7 @@ static int link_busnames_target(const char *units) {
static int link_compatibility(const char *units) {
const char *f, *t;
- f = strappenda(units, "/systemd-socket-proxy.socket");
+ f = strappenda(units, "/systemd-bus-proxyd.socket");
t = strappenda(arg_dest, "/" SPECIAL_DBUS_SOCKET);
mkdir_parents_label(t, 0755);