wok-tiny diff base-tiny/stuff/etc/profile @ rev 132

Up busybox (1.28-20170822)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 22 13:28:07 2017 +0200 (2017-08-22)
parents 371673f39e46
children
line diff
     1.1 --- a/base-tiny/stuff/etc/profile	Fri Oct 02 21:45:05 2015 +0200
     1.2 +++ b/base-tiny/stuff/etc/profile	Tue Aug 22 13:28:07 2017 +0200
     1.3 @@ -30,7 +30,6 @@
     1.4  	TZ=`cat /etc/TZ`
     1.5  	export TZ
     1.6  fi
     1.7 -ip=$(ifconfig eth0 2> /dev/null | awk '/inet addr/ { print substr($2,6) }')
     1.8  case "$TERM" in
     1.9 -xterm*|rxvt*) echo -ne "\033]0;$(hostname) $(cat /etc/slitaz-release) $ip\007";;
    1.10 +xterm*|rxvt*) echo -ne "\033]0;$(hostname) $(cat /etc/slitaz-release)\007";;
    1.11  esac