From 46706b01886b813bdad32db7ba53369cecae41cd Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 17 Mar 2004 17:34:21 +0000 Subject: remove checkselinux, that's not in the right place, and it's not useful ATM for general early-boot use --- 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 0102ab8c..3cffe13f 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -10,10 +10,6 @@ if [ -z "$IN_INITLOG" -a -x /sbin/initlog ]; then exec /sbin/initlog -r /etc/rc.d/rc.sysinit fi -if [ -x /sbin/checkselinux ]; then - /sbin/checkselinux -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 -- cgit v1.2.1