Skip to Content.
Sympa Menu

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

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 (f5871c7babdbb2b363c54824e9d03b2a4210a7d2)
  • Date: Tue, 12 Aug 2008 04:29:01 -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 f5871c7babdbb2b363c54824e9d03b2a4210a7d2
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

smgl/init.d: devices -> while mounting /proc, one should not trust fstab
to have the proc entry

diff --git a/smgl/init.d/init.d/devices b/smgl/init.d/init.d/devices
index a2db4b1..80d0777 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 -a -n -t proc
+ mount -t proc proc /proc
eval "start_$DEVICES"
}





Archive powered by MHonArc 2.6.24.

Top of Page