Skip to Content.
Sympa Menu

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

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 (d875727bda06d690d1b296f6d96b48ea60a42530)
  • Date: Fri, 4 Mar 2011 05:35:10 -0600

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

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

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

This is not a simple directory.

when you put this into /etc/fstab: none /dev/shm tmpfs
size=64m 0 0

you automatically get "/dev/shm drwxrwxrwt 2 root root"

Revert "init.d: Make /dev/shm accessable by anyone"

This reverts commit 589ebc9e71ee266a3923866618de8083a3ba78bd.

commit afddc7b04d0424f3092bd19fb8ffab37374afbe1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Revert "init.d: version bump to 2.2.8"

This reverts commit 9834ede8af2e9e1eb782b4dc28d6b6f366efcd58.

diff --git a/smgl/init.d/DETAILS b/smgl/init.d/DETAILS
index e1a99fd..51985c7 100755
--- a/smgl/init.d/DETAILS
+++ b/smgl/init.d/DETAILS
@@ -1,5 +1,5 @@
SPELL=init.d
- VERSION=2.2.8
+ VERSION=2.2.7
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 8631ff9..2c4477e 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -1,7 +1,5 @@
2011-03-04 Ismael Luceno <ismael AT sourcemage.org>
* init.d/devices: Removed duplicated code
- Made /dev/shm accessable by anyone
- * DETAILS: version bump to 2.2.8

2010-09-28 Vlad Glagolev <stealth AT sourcemage.org>
* init.d/mountroot.sh: don't write mdadm pid to non-existent partition
diff --git a/smgl/init.d/init.d/devices b/smgl/init.d/init.d/devices
index c1b4133..88bd24c 100755
--- a/smgl/init.d/init.d/devices
+++ b/smgl/init.d/init.d/devices
@@ -35,7 +35,6 @@ udev_mknodes()
ln -s /dev/fd/1 $udev_root/stdout
ln -s /dev/fd/2 $udev_root/stderr
mkdir $udev_root/shm
- chmod 1777 $udev_root/shm
mkdir $udev_root/pts
}




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d875727bda06d690d1b296f6d96b48ea60a42530), Vlad Glagolev, 03/04/2011

Archive powered by MHonArc 2.6.24.

Top of Page