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

Vlad Glagolev scm at sourcemage.org
Fri Mar 4 06:35:10 EST 2011


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
 }
 



More information about the SM-Commit mailing list