[libvirt] [PATCH v3 15/48] build: don't hardcode /etc in the config related files

Andrea Bolognani abologna at redhat.com
Tue Jul 30 14:31:44 UTC 2019


On Mon, 2019-07-29 at 18:10 +0100, Daniel P. Berrangé wrote:
> +++ b/src/remote/libvirtd.conf.in
>  # Use of TLS requires that x509 certificates be issued. The default locations
>  # for the certificate files is as follows:
>  #
> -#   /etc/pki/CA/cacert.pem                 - The CA master certificate
> -#   /etc/pki/libvirt/servercert.pem        - The server certificate signed with
> +#   @sysconfdir@/pki/CA/cacert.pem                 - The CA master certificate
> +#   @sysconfdir@/pki/libvirt/servercert.pem        - The server certificate signed with
>  #                                            the cacert.pem

Forgot to point out you just broke alignment for this line.

I suggest moving to the same

  /some/path: description

format used in the 'libvirtd --help' output to work around the
problem.

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list