--- nessus-update-plugins 2003-11-10 11:47:47 +0200 +++ nessus-update-plugins.worked 2003-11-20 15:58:54 +0200 @@ -49,7 +49,7 @@ # # The command we use to retrieve the plugins # -fetch_cmd="wget" +fetch_cmd="/usr/bin/wget" # # The arguments of this command : @@ -229,7 +229,7 @@ exit 1 } -cat all-2.0.tar.gz | $gzip -cd 2>/dev/null > all-2.0.tar +cat all-2.0.tar.gz* | $gzip -cd 2>/dev/null > all-2.0.tar test $? = 0 || { mv all-2.0.tar.gz all-2.0.tar # Some version of lynx gunzip data on the fly }
В версии 2.2.5 этот скрипт вполне штатно работает.