diff options
author | Marco Bonetti <sid77@slackware.it> | 2010-04-12 19:01:36 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:37:52 +0200 |
commit | 4bf50e435b46175be516675339fad4e86fdf7e5c (patch) | |
tree | 324c1ee3479e6cfd42a447032cc39ee3c732f62e /network/openvas-scanner/rc.openvas.conf | |
parent | a5b6bff93b0811add723674a2167729acb7f49b4 (diff) | |
download | slackbuilds-4bf50e435b46175be516675339fad4e86fdf7e5c.tar.gz |
network/openvas-scanner: Updated build with new config file.
Diffstat (limited to 'network/openvas-scanner/rc.openvas.conf')
-rw-r--r-- | network/openvas-scanner/rc.openvas.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/network/openvas-scanner/rc.openvas.conf b/network/openvas-scanner/rc.openvas.conf new file mode 100644 index 0000000000..1323b94377 --- /dev/null +++ b/network/openvas-scanner/rc.openvas.conf @@ -0,0 +1,20 @@ +# OpenVAS centralized configuration file: the _PORT options are used to share +# the common configurations between daemons, the _OPTIONS one are used to pass +# extra parameters. Running each daemon from the command line with the --help +# option will give you extra configuration options. + +# OpenVAS Scanner (openvassd) +SCA_PORT="9390" +SCA_OPTIONS="" + +# OpenVAS Manager (openvasmd) +MAN_PORT="9391" +MAN_OPTIONS="" + +# OpenVAS Administrator (openvasad) +ADM_PORT="9393" +ADM_OPTIONS="" + +# Greenbone Security Assistant (gsad) +GSA_PORT="443" +GSA_OPTIONS="" |