]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Use more generic URL for netcat
authorAndrea Bolognani <abologna@redhat.com>
Tue, 24 May 2022 07:27:45 +0000 (09:27 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 24 May 2022 10:19:12 +0000 (12:19 +0200)
GNU netcat was last updated in 2004. These days, most operating
systems will include either the nmap or OpenBSD variant of the
tool.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
build-aux/syntax-check.mk
docs/remote.rst

index ba5ad4662867840f1944575249a137f3c29b2df4..1a5bbad3fda9fc4a7994fa1270c839f82ea74f26 100644 (file)
@@ -825,7 +825,6 @@ http_sites += 0pointer.de
 http_sites += mah.everybody.org
 http_sites += mingw.org
 http_sites += munin.projects.linpro.no
-http_sites += netcat.sourceforge.net
 http_sites += www.nimbusproject.org
 http_sites += www.sflow.net
 http_sites += xmlsoft.org
index 933166144dd60de0064059fa5eca44e1ae9b3743..bcc394e08398472a8d0804af55293af19ad30214 100644 (file)
@@ -55,7 +55,7 @@ Remote libvirt supports a range of transports:
 ``ssh``
    Transported over an ordinary `ssh (secure
    shell) <https://www.openssh.com/>`__ connection. Requires `Netcat
-   (nc) <http://netcat.sourceforge.net/>`__ installed and libvirtd should be
+   (nc) <https://en.wikipedia.org/wiki/Netcat>`__ installed and libvirtd should be
    running on the remote machine. You should use some sort of ssh key management
    (eg. `ssh-agent <http://mah.everybody.org/docs/ssh>`__) otherwise programs
    which use this transport will stop to ask for a password.