[libvirt] [PATCH 1/2] Fix LIBVIRTD_CONFIGURATION_FILE constant

Eric Blake eblake at redhat.com
Wed Sep 18 19:19:06 UTC 2013


On 09/18/2013 09:36 AM, Christophe Fergeau wrote:
> It's not used anywhere, but should be pointing to
> $sysconfdir/libvirt/libvirtd.conf, not $sysconfdir/libvirtd.conf
> ---
>  src/remote/remote_driver.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/remote/remote_driver.h b/src/remote/remote_driver.h
> index da353f3..912f0f8 100644
> --- a/src/remote/remote_driver.h
> +++ b/src/remote/remote_driver.h
> @@ -37,7 +37,7 @@ unsigned long remoteVersion(void);
>  # define LIBVIRTD_PRIV_UNIX_SOCKET LOCALSTATEDIR "/run/libvirt/libvirt-sock"
>  # define LIBVIRTD_PRIV_UNIX_SOCKET_RO LOCALSTATEDIR "/run/libvirt/libvirt-sock-ro"
>  # define LIBVIRTD_USER_UNIX_SOCKET "libvirt-sock"
> -# define LIBVIRTD_CONFIGURATION_FILE SYSCONFDIR "/libvirtd.conf"
> +# define LIBVIRTD_CONFIGURATION_FILE SYSCONFDIR "/libvirt/libvirtd.conf"

ACK.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20130918/a90fe21e/attachment-0001.sig>


More information about the libvir-list mailing list