Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a7a13acf556dfb21d9e5151c93c8c7dd810cb974)

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 master grimoire by Vlad Glagolev (a7a13acf556dfb21d9e5151c93c8c7dd810cb974)
  • Date: Sat, 6 Aug 2022 02:42:11 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/bluez5/HISTORY | 3 +++
utils/bluez5/init.d/bluetooth | 4 ++++
2 files changed, 7 insertions(+)

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

bluez5: map reload() to restart() in the init script

diff --git a/utils/bluez5/HISTORY b/utils/bluez5/HISTORY
index 8b1af8f..101313b 100644
--- a/utils/bluez5/HISTORY
+++ b/utils/bluez5/HISTORY
@@ -1,3 +1,6 @@
+2022-08-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * init.d/bluetooth: remap reload() to restart()
+
2022-07-24 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 5.65

diff --git a/utils/bluez5/init.d/bluetooth b/utils/bluez5/init.d/bluetooth
index a4fa562..1f4f245 100755
--- a/utils/bluez5/init.d/bluetooth
+++ b/utils/bluez5/init.d/bluetooth
@@ -27,6 +27,10 @@ condrestart() {
[ -e /var/lock/subsys/bluetooth ] && (stop; start)
}

+reload() {
+ _restart
+}
+
usage() {
echo "Usage $0 {start|stop|restart|condrestart}"
}



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a7a13acf556dfb21d9e5151c93c8c7dd810cb974), Vlad Glagolev, 08/05/2022

Archive powered by MHonArc 2.6.24.

Top of Page