[SM-Commit] GIT changes to master grimoire by Elisamuel Resto (11db08b987a4cf990673e44f18e69d3925931b6a)

Elisamuel Resto scm at sourcemage.org
Tue Aug 12 07:48:55 EDT 2008


GIT changes to master grimoire by Elisamuel Resto <ryuji at sourcemage.org>:

 smgl/init.d/init.d/devices |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 11db08b987a4cf990673e44f18e69d3925931b6a
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    smgl/init.d: devices add '-n' to the /proc mount command

diff --git a/smgl/init.d/init.d/devices b/smgl/init.d/init.d/devices
index 80d0777..8fb142b 100755
--- a/smgl/init.d/init.d/devices
+++ b/smgl/init.d/init.d/devices
@@ -93,7 +93,7 @@ start()
 {
   # mount proc
   echo "Mounting /proc"
-  mount -t proc proc /proc
+  mount -n -t proc proc /proc
   eval "start_$DEVICES"
 }
 



More information about the SM-Commit mailing list