Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (36983204e72fe56ef1652c76b6e2d19a558a48ba)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (36983204e72fe56ef1652c76b6e2d19a558a48ba)
  • Date: Tue, 29 Sep 2009 09:16:00 -0500

GIT changes to test cauldron by Justin Boffemmyer <flux AT sourcemage.org>:

base/etc/fstab | 3 +++
1 files changed, 3 insertions(+)

New commits:
commit 36983204e72fe56ef1652c76b6e2d19a558a48ba
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

base/etc/fstab: add shm tmpfs definition

Define a tmpfs mount for /dev/shm by default to enable POSIX shared
memory access for users. They can of course disable this, but it's a
reasonable default.

diff --git a/base/etc/fstab b/base/etc/fstab
index 9d8d142..6cba746 100644
--- a/base/etc/fstab
+++ b/base/etc/fstab
@@ -7,6 +7,9 @@ devpts /dev/pts devpts defaults 0 0
# only for 2.6 kernel
sysfs /sys sysfs defaults 0 0

+# enable this to get POSIX shared memory support (recommended)
+tmpfs /dev/shm tmpfs defaults 0 0
+
# Add your file systems here.

# Examples:



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (36983204e72fe56ef1652c76b6e2d19a558a48ba), Justin Boffemmyer, 09/29/2009

Archive powered by MHonArc 2.6.24.

Top of Page