s390utils/s390.csh
Dan Horák 8a0c5c00c8 - update to 1.8.1
- drop upstreamed patches
- create iucvterm subpackage
- update src_vipa locations patch
- install cmsfs tools into /sbin
- add post 1.8.1 fixes from IBM
2009-07-03 09:23:00 +00:00

6 lines
125 B
Tcsh

# /etc/profile.d/s390.csh - set TERM variable
if ( `/sbin/consoletype stdout` == "serial" ) then
setenv TERM dumb
endif