Bug 3294

Summary: nessus-update-plugins not working
Product: Sisyphus Reporter: Andy Gorev <master>
Component: nessus-pluginsAssignee: Dmitry Lebkov <dlebkov>
Status: CLOSED WONTFIX QA Contact: qa-sisyphus
Severity: minor    
Priority: P4    
Version: unstable   
Hardware: all   
OS: Linux   

Description Andy Gorev 2003-11-20 17:06:14 MSK
--- 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
 }
Comment 1 Dmitry Lebkov 2005-09-16 08:16:10 MSD
В версии 2.2.5 этот скрипт вполне штатно работает.