Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (11db08b987a4cf990673e44f18e69d3925931b6a)
  • Date: Tue, 12 Aug 2008 06:48:55 -0500

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"
}




  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (11db08b987a4cf990673e44f18e69d3925931b6a), Elisamuel Resto, 08/12/2008

Archive powered by MHonArc 2.6.24.

Top of Page