From 545bbbb3308b442db81648fddeb09f1e38af4280 Mon Sep 17 00:00:00 2001 From: Sanel Zukan Date: Tue, 5 Aug 2008 14:26:38 +0000 Subject: [PATCH] Added emountd, a simple daemon that uses HAL to monitor when devices get mounted or unmounted; reports will be send via dbus. Updated docs for dbus usage. Removed obsolete parts from jambuild.txt. Small tunings in asciidoc's xhtml11.conf. econtrol now can run program applets. --- Jamfile | 2 + docs/Jamfile | 3 +- docs/asciidoc/xhtml11.conf | 2 +- docs/dbus-usage.txt | 140 +++++++++++- docs/index.txt | 3 +- docs/jambuild.txt | 105 +-------- econtrol/econtrol.cpp | 30 ++- emountd/Jamfile | 42 ++++ emountd/emountd.cpp | 421 +++++++++++++++++++++++++++++++++++++ emountd/emountd.txt | 14 ++ 10 files changed, 644 insertions(+), 118 deletions(-) create mode 100644 emountd/Jamfile create mode 100644 emountd/emountd.cpp create mode 100644 emountd/emountd.txt diff --git a/Jamfile b/Jamfile index 2a3522a..a48e638 100644 --- a/Jamfile +++ b/Jamfile @@ -11,6 +11,7 @@ SubDir TOP ; EdeManual HACKING.txt ; + Clean distclean : $(JCACHEFILE) $(HCACHEFILE) ; # SubInclude goes after local rules @@ -24,6 +25,7 @@ SubInclude TOP efiler ; SubInclude TOP eiconman ; SubInclude TOP eimage ; SubInclude TOP elma ; +SubInclude TOP emountd ; SubInclude TOP etimedate ; SubInclude TOP etip ; SubInclude TOP evoke ; diff --git a/docs/Jamfile b/docs/Jamfile index 1166b66..5e937aa 100644 --- a/docs/Jamfile +++ b/docs/Jamfile @@ -10,4 +10,5 @@ SubDir TOP docs ; -EdeManual index.txt introduction.txt jambuild.txt dbus-usage.txt ; +EdeManual index.txt introduction.txt jambuild.txt ; +EdeManualWithToc dbus-usage.txt ; diff --git a/docs/asciidoc/xhtml11.conf b/docs/asciidoc/xhtml11.conf index c8a3eb6..a6d236a 100644 --- a/docs/asciidoc/xhtml11.conf +++ b/docs/asciidoc/xhtml11.conf @@ -426,7 +426,7 @@ Version {revision}
Last updated {localdate} {localtime} ifdef::badges[]