lilalo
diff lm @ 34:34f3ce44c365
lm-install:
Инсталляция запуска l3-agent в .bash_profile
Инсталляция запуска l3-agent в .bash_profile
author | devi |
---|---|
date | Mon Nov 14 09:17:49 2005 +0200 (2005-11-14) |
parents | 4d252e7dd478 |
children | 5f60fe514d49 |
line diff
1.1 --- a/lm Mon Nov 14 07:42:57 2005 +0200 1.2 +++ b/lm Mon Nov 14 09:17:49 2005 +0200 1.3 @@ -493,11 +493,12 @@ 1.4 1.5 ###install-lm 1.6 cat $lminstall | ssh $ssh_user@$host /bin/sh -s $dirs 1.7 +scp l3config.pm l3-agent $ssh_user@$host:/usr/local/bin 1.8 1.9 ###install-pm 1.10 scp PM/* $ssh_user@$host:/tmp 1.11 -ssh $ssh_user@$host 'cd /tmp; tar xfz Term-VT102*; cd Term-VT102*; perl Makefile.PL; make ; make install' 1.12 -ssh $ssh_user@$host 'cd /tmp; tar xfz Text-Iconv*; cd Text-Iconv*; perl Makefile.PL; make ; make install' 1.13 +#ssh $ssh_user@$host 'cd /tmp; tar xfz Term-VT102*.gz; cd Term-VT102*[^z]; perl Makefile.PL; make ; make install' 1.14 +ssh $ssh_user@$host 'cd /tmp; tar xfz Text-Iconv*.gz; cd Text-Iconv*[^z]; perl Makefile.PL; make ; make install' 1.15 1.16 ###copy-lablogs 1.17 for i in $dirs