[libvirt] [PATCH] docs: fix path to openvz network configuration file

It's vznet.conf not vznetctl.conf, see e.g.: http://git.openvz.org/?p=vzctl;a=blob;f=bin/vznetcfg.in;h=e91f5c4a0744c1ea14... --- docs/drvopenvz.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drvopenvz.html.in b/docs/drvopenvz.html.in index bb437d3..a8f9f28 100644 --- a/docs/drvopenvz.html.in +++ b/docs/drvopenvz.html.in @@ -67,7 +67,7 @@ openvz+ssh://root@example.com/system (remote access, SSH tunnelled) script must be created manually by the host OS administrator. The simplest way is to just download the latest version of this script from a newer OpenVZ release, or upstream source repository. Then - a generic configuration file <code>/etc/vz/vznetctl.conf</code> + a generic configuration file <code>/etc/vz/vznet.conf</code> must be created containing </p> -- 1.7.10

On Mon, Apr 16, 2012 at 04:21:01PM +0200, Guido Günther wrote:
It's vznet.conf not vznetctl.conf, see e.g.:
http://git.openvz.org/?p=vzctl;a=blob;f=bin/vznetcfg.in;h=e91f5c4a0744c1ea14... --- docs/drvopenvz.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/drvopenvz.html.in b/docs/drvopenvz.html.in index bb437d3..a8f9f28 100644 --- a/docs/drvopenvz.html.in +++ b/docs/drvopenvz.html.in @@ -67,7 +67,7 @@ openvz+ssh://root@example.com/system (remote access, SSH tunnelled) script must be created manually by the host OS administrator. The simplest way is to just download the latest version of this script from a newer OpenVZ release, or upstream source repository. Then - a generic configuration file <code>/etc/vz/vznetctl.conf</code> + a generic configuration file <code>/etc/vz/vznet.conf</code> must be created containing </p>
ACK Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|

On Mon, Apr 16, 2012 at 03:27:28PM +0100, Daniel P. Berrange wrote:
On Mon, Apr 16, 2012 at 04:21:01PM +0200, Guido Günther wrote:
It's vznet.conf not vznetctl.conf, see e.g.:
http://git.openvz.org/?p=vzctl;a=blob;f=bin/vznetcfg.in;h=e91f5c4a0744c1ea14... --- docs/drvopenvz.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/drvopenvz.html.in b/docs/drvopenvz.html.in index bb437d3..a8f9f28 100644 --- a/docs/drvopenvz.html.in +++ b/docs/drvopenvz.html.in @@ -67,7 +67,7 @@ openvz+ssh://root@example.com/system (remote access, SSH tunnelled) script must be created manually by the host OS administrator. The simplest way is to just download the latest version of this script from a newer OpenVZ release, or upstream source repository. Then - a generic configuration file <code>/etc/vz/vznetctl.conf</code> + a generic configuration file <code>/etc/vz/vznet.conf</code> must be created containing </p>
ACK Pushed. Thanks, -- Guido

On 16.04.2012 16:21, Guido Günther wrote:
It's vznet.conf not vznetctl.conf, see e.g.:
http://git.openvz.org/?p=vzctl;a=blob;f=bin/vznetcfg.in;h=e91f5c4a0744c1ea14... --- docs/drvopenvz.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Qualifies as trivial. Anyway, ACK. Michal
participants (3)
-
Daniel P. Berrange
-
Guido Günther
-
Michal Privoznik