From: Eric Blake Date: Tue, 31 May 2011 19:13:24 +0000 (-0600) Subject: maint: use consistent file name for threading notes X-Git-Tag: CVE-2011-2178~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c991c8628c55ae044f0be6f55c808f7cf6ea150;p=thirdparty%2Flibvirt.git maint: use consistent file name for threading notes * daemon/THREADING.txt: Rename... * daemon/THREADS.txt: ...to match qemu thread notes. * daemon/Makefile.am (EXTRA_DIST): Reflect rename. --- diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 92d154fe5b..c1b4a9fb97 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -44,7 +44,7 @@ EXTRA_DIST = \ libvirtd.lxc.logrotate.in \ libvirtd.uml.logrotate.in \ test_libvirtd.aug \ - THREADING.txt \ + THREADS.txt \ libvirtd.pod.in \ libvirtd.8.in \ libvirtd.stp \ diff --git a/daemon/THREADING.txt b/daemon/THREADS.txt similarity index 100% rename from daemon/THREADING.txt rename to daemon/THREADS.txt