| Summary: | nessus-update-plugins not working | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Andy Gorev <master> |
| Component: | nessus-plugins | Assignee: | Dmitry Lebkov <dlebkov> |
| Status: | CLOSED WONTFIX | QA Contact: | qa-sisyphus |
| Severity: | minor | ||
| Priority: | P4 | ||
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
В версии 2.2.5 этот скрипт вполне штатно работает. |
--- 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 }