lilalo

diff lm @ 108:0d49f33696b3

Исправлены ошибки:
* инсталляция агента в .bash_profile - была проблема с переводом строки
* неверное определение агента в памяти в FreeBSD
* по умолчанию в l3cd не писалось имя хоста
author devi
date Sun Nov 12 17:34:47 2006 +0200 (2006-11-12)
parents 3fb4d295fb65
children
line diff
     1.1 --- a/lm	Sat Apr 22 17:17:57 2006 +0300
     1.2 +++ b/lm	Sun Nov 12 17:34:47 2006 +0200
     1.3 @@ -192,7 +192,7 @@
     1.4  sub lm_get
     1.5  {
     1.6      print "Getting class description file...";
     1.7 -    if (system("cd $Config{path_classes}; wget -r --no-directories xgu.ru/l3/classes/class.xml") ==0 )
     1.8 +    if (system("cd $Config{path_classes}; rm -f class.xml ; wget xgu.ru/l3/classes/class.xml") ==0 )
     1.9      {
    1.10          print "Ok\n";
    1.11      }