.
[corvix.git] / var / deb-package / cluster_raw_old / opt / cluster / etc / login / profile
blobbe9c902b40b9560dc0079d852c48c44c336a0c57
1 #LANGUAGE=en_US.utf8
2 #LC_ALL=en_US.utf8
3 #export $LANGUAGE
4 #export $LC_ALL
6 export TMOUT=85000
8 TZ='Europe/Berlin'; export TZ
11 PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/maui/bin"
12 PATH="/opt/cluster/bin:/opt/cluster/lib:"$PATH
13 if [ "`id -u`" -eq 0 ]; then
14   PATH="/opt/cluster/sbin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/maui/sbin:"$PATH
16 PATH=".:"$PATH
17 export PATH
19 if [ "$PS1" ]; then
20   if [ "$BASH" ]; then
21     PS1='\u@\h:\w\$ '
22   else
23     if [ "`id -u`" -eq 0 ]; then
24       PS1='# '
25     else
26       PS1='$ '
27     fi
28   fi
32 umask 022
34 if [[ `hostname` == head ]]; then
35         /opt/cluster/etc/login/banner-head
36 else
37         /opt/cluster/etc/login/banner-login
40 cat /opt/cluster/etc/login/news