From 0a2039af1cc491eb6d90ac8e235c4882b8f77d1d Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 7 Mar 2020 23:52:30 +0100 Subject: community/open-vm-tools: move default powerOps script(s) to /usr/share --- .../open-vm-tools/change-statechange.subr-location.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/open-vm-tools/change-statechange.subr-location.patch (limited to 'community/open-vm-tools/change-statechange.subr-location.patch') diff --git a/community/open-vm-tools/change-statechange.subr-location.patch b/community/open-vm-tools/change-statechange.subr-location.patch new file mode 100644 index 0000000000..74abb74287 --- /dev/null +++ b/community/open-vm-tools/change-statechange.subr-location.patch @@ -0,0 +1,11 @@ +--- a/open-vm-tools/scripts/common/statechange.sh ++++ b/open-vm-tools/scripts/common/statechange.sh +@@ -71,7 +71,7 @@ + export TOOLS_CONFDIR + + # Pull in subroutines like Panic. +-. "$TOOLS_CONFDIR"/statechange.subr ++. /usr/share/open-vm-tools/statechange.subr + + + # -- cgit v1.2.3