diff options
author | Henrik Riomar <henrik.riomar@gmail.com> | 2018-11-22 13:25:10 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-23 14:41:42 +0000 |
commit | 6413d57449d77bb2f9af64f3da33b28630b501d8 (patch) | |
tree | ad92e65ec357063fa84baaf0de150304d65a8a80 /main/open-vm-tools/0012-remove-references-to-missing-common-agent-etc-config.patch | |
parent | 2c086abc7fcf9222a81b640aed6ae91f1be5afbc (diff) | |
download | aports-6413d57449d77bb2f9af64f3da33b28630b501d8.tar.bz2 aports-6413d57449d77bb2f9af64f3da33b28630b501d8.tar.xz |
main/open-vm-tools: upgrade 10.3.5
Rebased the patches and skiped the ones that was fixed by upstream
Added check()
Diffstat (limited to 'main/open-vm-tools/0012-remove-references-to-missing-common-agent-etc-config.patch')
-rw-r--r-- | main/open-vm-tools/0012-remove-references-to-missing-common-agent-etc-config.patch | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/main/open-vm-tools/0012-remove-references-to-missing-common-agent-etc-config.patch b/main/open-vm-tools/0012-remove-references-to-missing-common-agent-etc-config.patch new file mode 100644 index 0000000000..add4f9757f --- /dev/null +++ b/main/open-vm-tools/0012-remove-references-to-missing-common-agent-etc-config.patch @@ -0,0 +1,38 @@ +From a2938f22fb76a0bbc33ca507f76b14989149abb2 Mon Sep 17 00:00:00 2001 +From: Natanael Copa <ncopa@alpinelinux.org> +Date: Mon, 2 Jan 2017 14:40:17 +0000 +Subject: [PATCH 12/12] remove references to missing common-agent/etc/config + +--- + open-vm-tools/common-agent/etc/Makefile.am | 2 +- + open-vm-tools/configure.ac | 1 - + 2 files changed, 1 insertion(+), 2 deletions(-) + +diff --git a/open-vm-tools/common-agent/etc/Makefile.am b/open-vm-tools/common-agent/etc/Makefile.am +index 25b386c4..b6dd1bdf 100644 +--- a/open-vm-tools/common-agent/etc/Makefile.am ++++ b/open-vm-tools/common-agent/etc/Makefile.am +@@ -15,7 +15,7 @@ + ### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + ################################################################################ + +-SUBDIRS = install config scripts ++SUBDIRS = install scripts + + uninstall-hook: + rm -rf $(DESTDIR)/etc/vmware-caf +diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac +index 3b439e8d..c2ae8ea3 100644 +--- a/open-vm-tools/configure.ac ++++ b/open-vm-tools/configure.ac +@@ -1710,7 +1710,6 @@ AC_CONFIG_FILES([ \ + common-agent/input/invokers/Makefile \ + common-agent/input/providerReg/Makefile \ + common-agent/etc/Makefile \ +- common-agent/etc/config/Makefile \ + common-agent/etc/scripts/Makefile \ + common-agent/etc/install/Makefile \ + xferlogs/Makefile \ +-- +2.19.1 + |