From 465f2780aca7ef1f8760a3a90640fab016402546 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 31 Jan 2006 17:46:42 +0000 Subject: remove stray 'ok/failed' --- rc.d/rc.sysinit | 6 ------ 1 file changed, 6 deletions(-) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 5113893b..ac61126f 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -73,12 +73,6 @@ relabel_selinux() { if [ "$CONSOLETYPE" = "vt" -a -x /sbin/setsysfont ]; then /sbin/setsysfont - if [ $? -eq 0 ]; then - success - else - failure - fi - echo ; echo fi # Print a text banner. -- cgit v1.2.1