From 063329c368a80270744e3de17b1116f3b2cba181 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 27 Jun 2000 19:26:13 +0000 Subject: *** empty log message *** --- rc.d/rc.sysinit | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rc.d') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 8c72cfc2..09ad5982 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -13,10 +13,6 @@ fi # If we're using devfs, start devfsd now - we need the old device names [ -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 /dev/shm -mount -t shm none /dev/shm &>/dev/null || : - # Set the path PATH=/bin:/sbin:/usr/bin:/usr/sbin export PATH -- cgit v1.2.1