summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McCarty <patrick.mccarty@linux.intel.com>2013-08-07 11:06:08 -0700
committerPatrick McCarty <patrick.mccarty@linux.intel.com>2013-08-07 11:08:55 -0700
commit238fae899c04939b79e88240e8a4479a34d54a1c (patch)
tree3c958f6fc05d3fe6adce22b93e40130749cc013a
parenta7e8e0b236ea770e2e999424c7bf5b902b861f0f (diff)
downloadconnman-238fae899c04939b79e88240e8a4479a34d54a1c.tar.gz
connman-238fae899c04939b79e88240e8a4479a34d54a1c.tar.bz2
connman-238fae899c04939b79e88240e8a4479a34d54a1c.zip
Revert manifest to default floor
In commit 6f8eff092409c87722f8447f5157a42c6b750b08, the packaging manifest was modified to define the "connman" domain, etc. This was fixed in the previous commit, but it should be using the default floor manifest instead. Change-Id: I90859240509b3dcfbd2a7607b0ded613cca8e618
-rw-r--r--packaging/connman.manifest12
1 files changed, 3 insertions, 9 deletions
diff --git a/packaging/connman.manifest b/packaging/connman.manifest
index 70774eb3..017d22d3 100644
--- a/packaging/connman.manifest
+++ b/packaging/connman.manifest
@@ -1,11 +1,5 @@
<manifest>
- <assign>
- <filesystem path="/etc/dbus-1/system.d/connman.conf" label="_"/>
- <filesystem path="/usr/lib/systemd/system/connman.service" label="_"/>
- <filesystem path="/usr/lib/systemd/system/network.target.wants/connman.service" label="_"/>
- <filesystem path="/usr/share/dbus-1/services/net.connman.service" label="_"/>
- </assign>
- <request>
- <domain name="_"/>
- </request>
+ <request>
+ <domain name="_"/>
+ </request>
</manifest>