lilalo
diff lm-install @ 62:c4bea959dbb1
Beautyfication of l3-agent code. Many lines were erased. Need to be tested
author | devi |
---|---|
date | Thu Jan 26 00:00:53 2006 +0200 (2006-01-26) |
parents | 466bea239d25 |
children | b7a217f8e963 |
line diff
1.1 --- a/lm-install Tue Nov 22 20:46:46 2005 +0200 1.2 +++ b/lm-install Thu Jan 26 00:00:53 2006 +0200 1.3 @@ -90,7 +90,7 @@ 1.4 parent=`cat /proc/$PPID/cmdline 2> /dev/null` 1.5 system=`uname -rs` 1.6 login_from=`who | grep "${tty##/dev/}" | awk '{print $6;}' | tr -d '()'` 1.7 - [ -n "$bsd" ] && login_from="" #FIXME! 1.8 + #[ -n "$bsd" ] && login_from="" #FIXME! 1.9 start_time=`date +%s` 1.10 hostname=`hostname -f 2> /dev/null` 1.11 [ -n "$bsd" ] && hostname=`hostname`