8a0c5c00c8
- drop upstreamed patches - create iucvterm subpackage - update src_vipa locations patch - install cmsfs tools into /sbin - add post 1.8.1 fixes from IBM
6 lines
125 B
Tcsh
6 lines
125 B
Tcsh
# /etc/profile.d/s390.csh - set TERM variable
|
|
|
|
if ( `/sbin/consoletype stdout` == "serial" ) then
|
|
setenv TERM dumb
|
|
endif
|