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

Christophe Fergeau cfergeau at redhat.com
Wed Sep 18 12:01:26 UTC 2013


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




More information about the libvir-list mailing list