diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-18 12:26:10 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-18 12:26:10 +0000 |
commit | 5d3ff181e96e7b45ddb10568cc0d2db9d5a8c85f (patch) | |
tree | 06b254777296e3ab9f6a126541fd89341c89b8fe /community/openvas-scanner/openvassd.confd | |
parent | 11bb90420d74b579256bd81c9b8c37208577339c (diff) | |
download | aports-5d3ff181e96e7b45ddb10568cc0d2db9d5a8c85f.tar.bz2 aports-5d3ff181e96e7b45ddb10568cc0d2db9d5a8c85f.tar.xz |
Revert "community/openvas-scanner: moved from testing"
This reverts commit 20c1f7f2330bfd49f9f8a86203aa49b3e34d41a4.
Diffstat (limited to 'community/openvas-scanner/openvassd.confd')
-rw-r--r-- | community/openvas-scanner/openvassd.confd | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/community/openvas-scanner/openvassd.confd b/community/openvas-scanner/openvassd.confd deleted file mode 100644 index d48adef151..0000000000 --- a/community/openvas-scanner/openvassd.confd +++ /dev/null @@ -1,27 +0,0 @@ -#Listen on given address - by default scanner listens on all addresses -#SCANNER_LISTEN=--listen=127.0.0.1 - -#Listen on given port - by default 9391 -SCANNER_PORT=--port=9391 - -#Send the packets with the source IP of IP1,IP2,IP3.... -#SCANNER_SRCIP=--src-ip=127.0.0.1,192.168.1.2 - -# Extra Arguments -# SCANNER_EXTRA_ARGS="" - -# Set to yes if plugins should be automatically updated via a cron job -auto_plugin_update=no - -# Notify OpenVAS scanner after update by seding it SIGHUP? -notify_openvas_scanner=yes - -# Method to use to get updates. The default is via rsync -# Note that only wget and curl support retrieval via proxy -# update_method=rsync|wget|curl - -# Additionaly, you can specify the following variables -#NVT_DIR where to extract plugins (absolute path) -#OV_RSYNC_FEED URL of rsync feed -#OV_HTTP_FEED URL of http feed - |