summaryrefslogtreecommitdiffstats
path: root/rules/host-dbus.in
diff options
context:
space:
mode:
authorJochen Frieling <j.frieling@pengutronix.de>2007-10-17 11:34:50 +0000
committerJochen Frieling <j.frieling@pengutronix.de>2007-10-17 11:34:50 +0000
commit3a42c2c9e80ac5e5c6915e2fd7d30343fd7a1109 (patch)
treee5742e03bad595904e8c093104f0cd951d6cb868 /rules/host-dbus.in
parent52c38eff5971d69f79ec1112058ac96b6724186b (diff)
downloadptxdist-3a42c2c9e80ac5e5c6915e2fd7d30343fd7a1109.tar.gz
ptxdist-3a42c2c9e80ac5e5c6915e2fd7d30343fd7a1109.tar.xz
* help texts h..i rounded off, some fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7442 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-dbus.in')
-rw-r--r--rules/host-dbus.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/host-dbus.in b/rules/host-dbus.in
index 97d5af91b..95b041afb 100644
--- a/rules/host-dbus.in
+++ b/rules/host-dbus.in
@@ -1,4 +1,13 @@
config HOST_DBUS
bool
select HOST_EXPAT
+ help
+ D-Bus is a message bus system, a simple way
+ for applications to talk to one another. In
+ addition to interprocess communication, D-Bus
+ helps coordinate process lifecycle; it makes
+ it simple and reliable to code a "single
+ instance" application or daemon, and to launch
+ applications and daemons on demand when their
+ services are needed.