diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-29 16:14:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-29 16:14:43 +0200 |
commit | b4efdf97203ddf781c17f77be84cc61516a077d2 (patch) | |
tree | e630e4ec0be6d922ea6a28cc8f40281e1856b7cb /src/core/dbus-manager.c | |
parent | 5b6a2c5aab9893ba82acf90696f83e4d48db2b19 (diff) |
remount-fs: also remount /usr according to fstab
Diffstat (limited to 'src/core/dbus-manager.c')
-rw-r--r-- | src/core/dbus-manager.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/dbus-manager.c b/src/core/dbus-manager.c index cd827ca458..f8a5400055 100644 --- a/src/core/dbus-manager.c +++ b/src/core/dbus-manager.c @@ -114,7 +114,9 @@ " </method>\n" \ " <method name=\"Subscribe\"/>\n" \ " <method name=\"Unsubscribe\"/>\n" \ - " <method name=\"Dump\"/>\n" \ + " <method name=\"Dump\">\n" \ + " <arg name=\"dump\" type=\"s\" direction=\"out\"/>\n" \ + " </method>\n" \ " <method name=\"CreateSnapshot\">\n" \ " <arg name=\"name\" type=\"s\" direction=\"in\"/>\n" \ " <arg name=\"cleanup\" type=\"b\" direction=\"in\"/>\n" \ |