diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-07-06 17:20:50 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-07-06 17:20:50 +0000 |
commit | faaa9c9d1b5a52b4f2a7e5432fd181ced7f19756 (patch) | |
tree | 299178f63e9a3fc15e3d6d876cbf132c3a723b0e /app-emulation/libvirt/files | |
parent | Remove older versions from the tree. (diff) | |
download | historical-faaa9c9d1b5a52b4f2a7e5432fd181ced7f19756.tar.gz historical-faaa9c9d1b5a52b4f2a7e5432fd181ced7f19756.tar.bz2 historical-faaa9c9d1b5a52b4f2a7e5432fd181ced7f19756.zip |
Remove unnecessary USE flag description. Remove old patch.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/libvirt/files')
-rw-r--r-- | app-emulation/libvirt/files/libvirt-0.7.6-virt-pki-validate-sysconfdir.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app-emulation/libvirt/files/libvirt-0.7.6-virt-pki-validate-sysconfdir.patch b/app-emulation/libvirt/files/libvirt-0.7.6-virt-pki-validate-sysconfdir.patch deleted file mode 100644 index 85b7276356db..000000000000 --- a/app-emulation/libvirt/files/libvirt-0.7.6-virt-pki-validate-sysconfdir.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 6323f5f4c056c84d3beaee1f1057ade437cf1e8f Mon Sep 17 00:00:00 2001 -From: Doug Goldstein <cardoe@gentoo.org> -Date: Thu, 4 Feb 2010 00:37:42 -0600 -Subject: [PATCH] virt-pki-validate contains unexpanded SYSCONFDIR variable - -virt-pki-validate contains an unexpanded SYSCONFDIR variable which -causes it not to function at all. ---- - tools/virt-pki-validate.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/tools/virt-pki-validate.in b/tools/virt-pki-validate.in -index a428a96..3e8c642 100755 ---- a/tools/virt-pki-validate.in -+++ b/tools/virt-pki-validate.in -@@ -25,7 +25,7 @@ echo Found $CERTOOL - # - # Check the directory structure - # --PKI="$(SYSCONFDIR)/pki" -+PKI="@SYSCONFDIR@/pki" - if [ ! -d $PKI ] - then - echo the $PKI directory is missing, it is usually --- -1.6.6.1 - |