aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-03-17 17:34:21 +0000
committerBill Nottingham <notting@redhat.com>2004-03-17 17:34:21 +0000
commit46706b01886b813bdad32db7ba53369cecae41cd (patch)
treef317b00f1d85acc890bd01fc2708e37747131266
parent0f94d603a4b2bff35d008b2004f1bd7402784f11 (diff)
downloadinitscripts-46706b01886b813bdad32db7ba53369cecae41cd.tar
initscripts-46706b01886b813bdad32db7ba53369cecae41cd.tar.gz
initscripts-46706b01886b813bdad32db7ba53369cecae41cd.tar.bz2
initscripts-46706b01886b813bdad32db7ba53369cecae41cd.tar.xz
initscripts-46706b01886b813bdad32db7ba53369cecae41cd.zip
remove checkselinux, that's not in the right place, and it's not
useful ATM for general early-boot use
-rwxr-xr-xrc.d/rc.sysinit4
1 files changed, 0 insertions, 4 deletions
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