diff options
author | Karsten Hopp <karsten@redhat.com> | 2003-04-03 10:11:30 +0000 |
---|---|---|
committer | Karsten Hopp <karsten@redhat.com> | 2003-04-03 10:11:30 +0000 |
commit | d94d9646615f9a5fb88d928f03d5424b5963a4e0 (patch) | |
tree | d7a0b9c4d93268746110252e350e3a39fc2b7dd9 /lang.csh | |
parent | 7e77c0f5562c64f80d531bf475e55d705c8d19eb (diff) | |
download | initscripts-d94d9646615f9a5fb88d928f03d5424b5963a4e0.tar initscripts-d94d9646615f9a5fb88d928f03d5424b5963a4e0.tar.gz initscripts-d94d9646615f9a5fb88d928f03d5424b5963a4e0.tar.bz2 initscripts-d94d9646615f9a5fb88d928f03d5424b5963a4e0.tar.xz initscripts-d94d9646615f9a5fb88d928f03d5424b5963a4e0.zip |
- sync with beehive packager7-15
- prepare for rebuild in 3.0E:
Mainframe has no /dev/ttyX devices and no mingetty, don't
initialize them. This gave error messages during startup
Diffstat (limited to 'lang.csh')
-rwxr-xr-x | lang.csh | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -74,12 +74,10 @@ if ($sourced == 1) then if ( $?TERM ) then if ( "$TERM" == "linux" ) then if ( `/sbin/consoletype` == "vt" ) then - if ( -x /bin/unicode_start ) then - if ( $?SYSFONTACM ) then + if ( $?SYSFONTACM ) then unicode_start $SYSFONT $SYSFONTACM - else + else unicode_start $SYSFONT - endif endif endif endif |