diff options
author | chs <chs> | 2010-11-02 17:24:34 +0000 |
---|---|---|
committer | chs <chs> | 2010-11-02 17:24:34 +0000 |
commit | fd5b6f22717a2d61c591efb2db2e29e84fb6277c (patch) | |
tree | 88285009abb7115989b24b1e0baae72a8c9878ea /emulators | |
parent | c122fabeb670e44d1d438aec33293f8a32c3bdc3 (diff) | |
download | pkgsrc-fd5b6f22717a2d61c591efb2db2e29e84fb6277c.tar.gz |
update suggested fstab entry for /dev/shm tmpfs mount to use mode 1777.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse113_base/MESSAGE.NetBSD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse113_base/MESSAGE.NetBSD b/emulators/suse113_base/MESSAGE.NetBSD index 221be1d72b0..e95e1186848 100644 --- a/emulators/suse113_base/MESSAGE.NetBSD +++ b/emulators/suse113_base/MESSAGE.NetBSD @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE.NetBSD,v 1.1.1.1 2010/09/24 01:27:52 chs Exp $ +$NetBSD: MESSAGE.NetBSD,v 1.2 2010/11/02 17:24:34 chs Exp $ Do not forget to include COMPAT_LINUX in your kernel configuration file. Linux binaries require this option in order to work. @@ -12,6 +12,6 @@ procfs /${EMULSUBDIR}/proc procfs ro,linux Some Linux binaries also require tmpfs to be mounted on /dev/shm. This can be automated by adding the following to your /etc/fstab: -tmpfs /${EMULSUBDIR}/dev/shm tmpfs rw +tmpfs /${EMULSUBDIR}/dev/shm tmpfs rw,-m1777 =========================================================================== |