diff options
author | Bill Nottingham <notting@redhat.com> | 2006-01-31 17:46:42 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-01-31 17:46:42 +0000 |
commit | 465f2780aca7ef1f8760a3a90640fab016402546 (patch) | |
tree | 3569e854b0c86ef7089b453332712ca06c1f74ef /rc.d | |
parent | fa47bc42b104f98575fdedbd57cd2dbd41dab39d (diff) | |
download | initscripts-465f2780aca7ef1f8760a3a90640fab016402546.tar initscripts-465f2780aca7ef1f8760a3a90640fab016402546.tar.gz initscripts-465f2780aca7ef1f8760a3a90640fab016402546.tar.bz2 initscripts-465f2780aca7ef1f8760a3a90640fab016402546.tar.xz initscripts-465f2780aca7ef1f8760a3a90640fab016402546.zip |
remove stray 'ok/failed'
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 6 |
1 files changed, 0 insertions, 6 deletions
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. |