[libvirt] daemon: Install libvirtd under 'bin' not 'sbin'

Zeeshan Ali (Khattak) zeeshanak at gnome.org
Thu Jun 7 13:31:14 UTC 2012


From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>

This binary is not admin-only at all and launching it as normal user is
a supported use case: session.
---
 daemon/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index fbb0ae1..472e523 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -70,7 +70,7 @@ if WITH_LIBVIRTD
 
 man8_MANS = libvirtd.8
 
-sbin_PROGRAMS = libvirtd
+bin_PROGRAMS = libvirtd
 
 confdir = $(sysconfdir)/libvirt/
 conf_DATA = libvirtd.conf
-- 
1.7.10.2




More information about the libvir-list mailing list