提交 d0d013d9 编写于 作者: C Christophe Fergeau 提交者: Eric Blake

daemon: Don't hardcode pki paths in help output

There are constants for these paths in remote_driver.h so we can
use these rather than duplicating them in the help output.
Signed-off-by: NChristophe Fergeau <cfergeau@redhat.com>
Signed-off-by: NEric Blake <eblake@redhat.com>
上级 521b78d0
......@@ -1063,9 +1063,9 @@ daemonUsage(const char *argv0, bool privileged)
" %s/run/libvirt/libvirt-sock-ro\n"
"\n"
" TLS:\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"
" CA certificate: %s\n"
" Server certificate: %s\n"
" Server private key: %s\n"
"\n"
" PID file (unless overridden by -p):\n"
" %s/run/libvirtd.pid\n"
......@@ -1073,9 +1073,9 @@ daemonUsage(const char *argv0, bool privileged)
SYSCONFDIR,
LOCALSTATEDIR,
LOCALSTATEDIR,
SYSCONFDIR,
SYSCONFDIR,
SYSCONFDIR,
LIBVIRT_CACERT,
LIBVIRT_SERVERCERT,
LIBVIRT_SERVERKEY,
LOCALSTATEDIR);
} else {
fprintf(stderr, "%s",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册