From: Andrea Bolognani Date: Tue, 24 May 2022 07:27:45 +0000 (+0200) Subject: docs: Use more generic URL for netcat X-Git-Tag: v8.4.0-rc1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb8abcde2c5ab5579ee642b9eada9a7b256152b1;p=thirdparty%2Flibvirt.git docs: Use more generic URL for netcat 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 Reviewed-by: Michal Privoznik --- diff --git a/build-aux/syntax-check.mk b/build-aux/syntax-check.mk index ba5ad46628..1a5bbad3fd 100644 --- a/build-aux/syntax-check.mk +++ b/build-aux/syntax-check.mk @@ -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 diff --git a/docs/remote.rst b/docs/remote.rst index 933166144d..bcc394e083 100644 --- a/docs/remote.rst +++ b/docs/remote.rst @@ -55,7 +55,7 @@ Remote libvirt supports a range of transports: ``ssh`` Transported over an ordinary `ssh (secure shell) `__ connection. Requires `Netcat - (nc) `__ installed and libvirtd should be + (nc) `__ installed and libvirtd should be running on the remote machine. You should use some sort of ssh key management (eg. `ssh-agent `__) otherwise programs which use this transport will stop to ask for a password.