[libvirt] [PATCH 1/2] daemon: Fix 'caert.pem' typo in privileged help output

Doug Goldstein cardoe at gentoo.org
Wed Sep 18 13:10:35 UTC 2013


On Wed, Sep 18, 2013 at 7:01 AM, Christophe Fergeau <cfergeau at redhat.com> wrote:
> The help message indicates that the CA certificate is
> $sysconfdir/pki/CA/caert.pem while the actual path is
> $sysconfdir/pki/CA/cacert.pem
> This commit also fixes all translations files (through sed -i) to
> avoid trivial fuzzy translations.
>
> Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
> ---
>  daemon/libvirtd.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/daemon/libvirtd.c b/daemon/libvirtd.c
> index c9cd1a1..87d42b2 100644
> --- a/daemon/libvirtd.c
> +++ b/daemon/libvirtd.c
> @@ -1063,7 +1063,7 @@ daemonUsage(const char *argv0, bool privileged)
>                    "      %s/run/libvirt/libvirt-sock-ro\n"
>                    "\n"
>                    "    TLS:\n"
> -                  "      CA certificate:     %s/pki/CA/caert.pem\n"
> +                  "      CA certificate:     %s/pki/CA/cacert.pem\n"
>                    "      Server certificate: %s/pki/libvirt/servercert.pem\n"
>                    "      Server private key: %s/pki/libvirt/private/serverkey.pem\n"
>                    "\n"
> --
> 1.8.3.1
>
> --
> libvir-list mailing list
> libvir-list at redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list

ACK.

-- 
Doug Goldstein




More information about the libvir-list mailing list