Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master binary grimoire by Vlad Glagolev (523809d06391ff6c02786d956910e9efbe5cbe3b)
  • Date: Fri, 23 Aug 2024 05:27:49 +0000

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

bin-utils/remote_syslog2-bin/DETAILS | 1 +
bin-utils/remote_syslog2-bin/HISTORY | 4 ++++
bin-utils/remote_syslog2-bin/init.d/remote_syslog2 | 4 ++++
3 files changed, 9 insertions(+)

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

remote_syslog2-bin: fix non-supported HUP

diff --git a/bin-utils/remote_syslog2-bin/DETAILS
b/bin-utils/remote_syslog2-bin/DETAILS
index 4c7d4b7..3b9319c 100755
--- a/bin-utils/remote_syslog2-bin/DETAILS
+++ b/bin-utils/remote_syslog2-bin/DETAILS
@@ -1,6 +1,7 @@
SPELL=remote_syslog2-bin
SPELLX=${SPELL/-bin/}
VERSION=0.21
+ PATCHLEVEL=1
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" ==
"em64t" ]]; then
ARCH=amd64

SOURCE_HASH=sha512:fbb413780648876bd77b1f1ee9ab49a14348883f2d5d583ba1a0b5eff059d0a79fa624d31b44a5a94070761b5751db854bc55643a1d0d801fd3ca61f7911ac27
diff --git a/bin-utils/remote_syslog2-bin/HISTORY
b/bin-utils/remote_syslog2-bin/HISTORY
index 190ac8b..9ab873d 100644
--- a/bin-utils/remote_syslog2-bin/HISTORY
+++ b/bin-utils/remote_syslog2-bin/HISTORY
@@ -1,2 +1,6 @@
+2024-08-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * init.d/remote_syslog2: fix non-supported HUP
+
2024-08-21 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, BUILD, INSTALL, init.d: created spell, version 0.21
diff --git a/bin-utils/remote_syslog2-bin/init.d/remote_syslog2
b/bin-utils/remote_syslog2-bin/init.d/remote_syslog2
index 5b8a1b9..15ea986 100755
--- a/bin-utils/remote_syslog2-bin/init.d/remote_syslog2
+++ b/bin-utils/remote_syslog2-bin/init.d/remote_syslog2
@@ -8,4 +8,8 @@ ARGS="--pid-file $PIDFILE $REMOTE_SYSLOG2_ARGS"
RUNLEVEL=3
NEEDS="+network"

+reload() {
+ _restart
+}
+
. /etc/init.d/smgl_init


  • [[SM-Commit] ] GIT changes to master binary grimoire by Vlad Glagolev (523809d06391ff6c02786d956910e9efbe5cbe3b), Vlad Glagolev, 08/23/2024

Archive powered by MHonArc 2.6.24.

Top of Page