aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/rc.sysinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 0eccf926..01fe52b3 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -14,8 +14,8 @@ fi
[ -e /dev/.devfsd -a -x /sbin/devfsd ] && /sbin/devfsd /dev
# Mount shm - ignore errors because the only "error" that can occur is
-# a kernel < 2.3.99 which doesn't require /var/shm
-mount -t shm none /var/shm &>/dev/null || :
+# a kernel < 2.3.99 which doesn't require /dev/shm
+mount -t shm none /dev/shm &>/dev/null || :
# Set the path
PATH=/bin:/sbin:/usr/bin:/usr/sbin