From f493eb82e09b241aa536ce1efb623ec569be87c5 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 13 Jun 2000 12:58:02 +0000 Subject: switch to /dev/shm from /var/shm --- rc.d/rc.sysinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.d/rc.sysinit') 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 -- cgit v1.2.1