[libvirt] [PATCH] logging: remove reference to non-existent augeas files

Daniel P. Berrange berrange at redhat.com
Fri Nov 27 14:25:48 UTC 2015


The libvirt_logd.aug and test_libvirt_logd.aug.in files
have never existed so shouldn't be in EXTRA_DIST. It was
a copy+paste mistake when closing virtlogd from virtlockd

Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---

Pushed as a "make dist" build-fix

src/Makefile.am | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 3c98c38..52552fe 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2464,9 +2464,7 @@ EXTRA_DIST += \
 	locking/lockd.conf \
 	locking/libvirt_lockd.aug \
 	locking/test_libvirt_lockd.aug.in \
-	logging/virtlogd.sysconf \
-	logging/libvirt_logd.aug \
-	logging/test_libvirt_logd.aug.in
+	logging/virtlogd.sysconf
 
 install-sysconfig:
 	$(MKDIR_P) $(DESTDIR)$(sysconfdir)/sysconfig
-- 
2.5.0




More information about the libvir-list mailing list