aboutsummaryrefslogtreecommitdiff
path: root/community/open-vm-tools
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-02 03:31:30 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-02 03:31:30 -0300
commit61035d2cbbfdb024750c615cb2b3649f1a08fce0 (patch)
treecfa68c42f7ce79085e4b5223c8a4c752c9ed95de /community/open-vm-tools
parentd83f0a350d7e74f4548b22124799ee569ba78fff (diff)
downloadalpine_aports-61035d2cbbfdb024750c615cb2b3649f1a08fce0.tar.bz2
alpine_aports-61035d2cbbfdb024750c615cb2b3649f1a08fce0.tar.xz
alpine_aports-61035d2cbbfdb024750c615cb2b3649f1a08fce0.zip
community/open-vm-tools: remove stale patch
Removed in 5d4d4fb329c0488eea26ddd9e5eb5ac44f9464b5
Diffstat (limited to 'community/open-vm-tools')
-rw-r--r--community/open-vm-tools/0012-remove-references-to-missing-common-agent-etc-config.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/community/open-vm-tools/0012-remove-references-to-missing-common-agent-etc-config.patch b/community/open-vm-tools/0012-remove-references-to-missing-common-agent-etc-config.patch
deleted file mode 100644
index add4f9757f..0000000000
--- a/community/open-vm-tools/0012-remove-references-to-missing-common-agent-etc-config.patch
+++ /dev/null
@@ -1,38 +0,0 @@
1From a2938f22fb76a0bbc33ca507f76b14989149abb2 Mon Sep 17 00:00:00 2001
2From: Natanael Copa <ncopa@alpinelinux.org>
3Date: Mon, 2 Jan 2017 14:40:17 +0000
4Subject: [PATCH 12/12] remove references to missing common-agent/etc/config
5
6---
7 open-vm-tools/common-agent/etc/Makefile.am | 2 +-
8 open-vm-tools/configure.ac | 1 -
9 2 files changed, 1 insertion(+), 2 deletions(-)
10
11diff --git a/open-vm-tools/common-agent/etc/Makefile.am b/open-vm-tools/common-agent/etc/Makefile.am
12index 25b386c4..b6dd1bdf 100644
13--- a/open-vm-tools/common-agent/etc/Makefile.am
14+++ b/open-vm-tools/common-agent/etc/Makefile.am
15@@ -15,7 +15,7 @@
16 ### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17 ################################################################################
18
19-SUBDIRS = install config scripts
20+SUBDIRS = install scripts
21
22 uninstall-hook:
23 rm -rf $(DESTDIR)/etc/vmware-caf
24diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac
25index 3b439e8d..c2ae8ea3 100644
26--- a/open-vm-tools/configure.ac
27+++ b/open-vm-tools/configure.ac
28@@ -1710,7 +1710,6 @@ AC_CONFIG_FILES([ \
29 common-agent/input/invokers/Makefile \
30 common-agent/input/providerReg/Makefile \
31 common-agent/etc/Makefile \
32- common-agent/etc/config/Makefile \
33 common-agent/etc/scripts/Makefile \
34 common-agent/etc/install/Makefile \
35 xferlogs/Makefile \
36--
372.19.1
38