Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (010d64a10b33024ac7d4013b989b4fc20bb81e86)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (010d64a10b33024ac7d4013b989b4fc20bb81e86)
  • Date: Sun, 21 Aug 2016 15:16:08 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/dbus/DETAILS | 1 +
utils/dbus/HISTORY | 4 ++++
utils/dbus/init.d/smgl-messagebus | 14 +++++++++++---
3 files changed, 16 insertions(+), 3 deletions(-)

New commits:
commit 010d64a10b33024ac7d4013b989b4fc20bb81e86
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

dbus: implemented reload function in the init script

(cherry picked from commit cc62620be7dad4e29d54ce0cdf0b5686e99e6537)

Conflicts:
utils/dbus/DETAILS
utils/dbus/HISTORY

diff --git a/utils/dbus/DETAILS b/utils/dbus/DETAILS
index 1f69561..6ccc0b0 100755
--- a/utils/dbus/DETAILS
+++ b/utils/dbus/DETAILS
@@ -1,6 +1,7 @@
SPELL=dbus
VERSION=1.8.16

SOURCE_HASH=sha512:79e0fb21912fe5644e1babf96fc2a64595edef6524ef50d54f6beb8cd0f1224b8484a52a7815494b40bd00bf048176002ab35443c0bb6bd04abdc3c60599f1d5
+ PATCHLEVEL=1
SECURITY_PATCH=15
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/utils/dbus/HISTORY b/utils/dbus/HISTORY
index 543f9d0..135b6b0 100644
--- a/utils/dbus/HISTORY
+++ b/utils/dbus/HISTORY
@@ -1,3 +1,7 @@
+2016-07-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * init.d/smgl-messagebus: implement reload()
+
2015-03-19 Thomas Orgis <sobukus AT sourcemage.org>
* BUILD: avoid picking up of glib2 for tests

diff --git a/utils/dbus/init.d/smgl-messagebus
b/utils/dbus/init.d/smgl-messagebus
index 8fa7b36..77da6e3 100755
--- a/utils/dbus/init.d/smgl-messagebus
+++ b/utils/dbus/init.d/smgl-messagebus
@@ -68,9 +68,17 @@ status() {
fi
}

-reload() { exit 3; }
-force_reload() { exit 3; }
+reload() {
+ echo "Reloading D-BUS configuration..."
+ /usr/bin/dbus-send --print-reply \
+ --system \
+ --type=method_call \
+ --dest=org.freedesktop.DBus \
+ / org.freedesktop.DBus.ReloadConfig > /dev/null
+
+ evaluate_retval
+}

usage() {
- echo "Usage: $0 {start|stop|restart|status}"
+ echo "Usage: $0 {start|stop|restart|reload|status}"
}



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (010d64a10b33024ac7d4013b989b4fc20bb81e86), Vlad Glagolev, 08/21/2016

Archive powered by MHonArc 2.6.24.

Top of Page