Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix outdated refs to openvassd. #1189

Merged
merged 2 commits into from
Jul 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Check hosts in MODIFY_OVERRIDE, as in CREATE_OVERRIDE [#1162](https://github.com/greenbone/gvmd/pull/1162)
- Preserve task "once" value [#1176](https://github.com/greenbone/gvmd/pull/1176)
- Check number of args to ensure period_offsets is 0 [#1175](https://github.com/greenbone/gvmd/pull/1175)
- Outdated references to "openvassd" have been updated to "openvas" [#1189](https://github.com/greenbone/gvmd/pull/1189)

### Removed
- Remove support for "All SecInfo": removal of "allinfo" for type in get_info [#790](https://github.com/greenbone/gvmd/pull/790)
Expand Down
2 changes: 1 addition & 1 deletion doc/gvm-manage-certs.1
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ Prefix for certificate filename (e.g. "server")
For a complete list of options, please refer to the example configuration file
included in the documentation.
.SH "SEE ALSO"
.BR openvassd (8),
.BR openvas (8),
.BR gvmd (8),
.BR gsad (8)
4 changes: 2 additions & 2 deletions doc/gvmd.8
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,13 @@ Verify scanner SCANNER-UUID and exit.
\fB--version\f1
Print version and exit.
.SH SIGNALS
SIGHUP causes gvmd to rebuild the database with information from the Scanner (openvassd).
SIGHUP causes gvmd to rebuild the database with information from the Scanner (openvas).
.SH EXAMPLES
gvmd --port 1241

Serve GMP clients on port 1241 and connect to an OpenVAS scanner via the default OTP file socket.
.SH SEE ALSO
\fBopenvassd(8)\f1, \fBgsad(8)\f1, \fBgvm-cli(8)\f1,
\fBopenvas(8)\f1, \fBgsad(8)\f1, \fBgvm-cli(8)\f1,
.SH MORE INFORMATION ABOUT GREENBONE VULNERABILITY MANAGEMENT
The canonical places where you will find more information about the Greenbone Vulnerability Manager are:

Expand Down
4 changes: 2 additions & 2 deletions doc/gvmd.8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

<section name="SIGNALS">
<p>SIGHUP causes gvmd to rebuild the database with information from
the Scanner (openvassd).</p>
the Scanner (openvas).</p>
</section>

<section name="EXAMPLES">
Expand All @@ -436,7 +436,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

<section name="SEE ALSO">
<p>
<manref name="openvassd" section="8"/>,
<manref name="openvas" section="8"/>,
<manref name="gsad" section="8"/>,
<manref name="gvm-cli" section="8"/>,
</p>
Expand Down
4 changes: 2 additions & 2 deletions doc/gvmd.html
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ <h2>Options</h2>
<h2>SIGNALS</h2>

<p>SIGHUP causes gvmd to rebuild the database with information from
the Scanner (openvassd).</p>
the Scanner (openvas).</p>



Expand All @@ -425,7 +425,7 @@ <h2>EXAMPLES</h2>
<h2>SEE ALSO</h2>

<p>
<b>openvassd (8)</b>,
<b>openvas (8)</b>,
<b>gsad (8)</b>,
<b>gvm-cli (8)</b>,
</p>
Expand Down