Bug 3294 - nessus-update-plugins not working
Summary: nessus-update-plugins not working
Status: CLOSED WONTFIX
Alias: None
Product: Sisyphus
Classification: Development
Component: nessus-plugins (show other bugs)
Version: unstable
Hardware: all Linux
: P4 minor
Assignee: Dmitry Lebkov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-20 17:06 MSK by Andy Gorev
Modified: 2009-05-10 09:31 MSD (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 этот скрипт вполне штатно работает.