Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (612fd45897eec623fb9b08d6285210760b0eb4b6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (612fd45897eec623fb9b08d6285210760b0eb4b6)
  • Date: Tue, 22 Sep 2026 22:14:31 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

smgl/init.d/DETAILS | 2 +-
smgl/init.d/HISTORY | 4 ++++
smgl/init.d/init.d/devices | 5 +++--
3 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit 612fd45897eec623fb9b08d6285210760b0eb4b6
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

init.d: Create /dev/mqueue; PATCHLEVEL++

diff --git a/smgl/init.d/DETAILS b/smgl/init.d/DETAILS
index 348e360..d0be344 100755
--- a/smgl/init.d/DETAILS
+++ b/smgl/init.d/DETAILS
@@ -1,6 +1,6 @@
SPELL=init.d
VERSION=2.2.18
- PATCHLEVEL=2
+ PATCHLEVEL=3
LICENSE[0]=GPL
GATHER_DOCS=off
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/smgl/init.d/HISTORY b/smgl/init.d/HISTORY
index 8e65966..24ea0d1 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -1,3 +1,7 @@
+2026-09-23 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * init.d/devices: Create /dev/mqueue
+
2025-10-14 Ismael Luceno <ismael AT sourcemage.org>
* init.d/devices: Use tmpfs instead of ramfs
* init.d/mountall.sh: Don't cleanup /var/run if it's a symlink
diff --git a/smgl/init.d/init.d/devices b/smgl/init.d/init.d/devices
index fac11ce..eec3e7b 100755
--- a/smgl/init.d/init.d/devices
+++ b/smgl/init.d/init.d/devices
@@ -9,8 +9,9 @@ ESSENTIAL=yes

udev_mknodes()
{
- mkdir -p $udev_root/shm
- mkdir -p $udev_root/pts
+ mkdir -p $udev_root/shm \
+ $udev_root/pts \
+ $udev_root/mqueue
}

start_udev()


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (612fd45897eec623fb9b08d6285210760b0eb4b6), Ismael Luceno, 09/22/2026

Archive powered by MHonArc 2.6.24.

Top of Page