diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-03-07 23:52:30 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-03-07 23:58:06 +0100 |
commit | 0a2039af1cc491eb6d90ac8e235c4882b8f77d1d (patch) | |
tree | e5032da988ebc4d741e085d13c17f023b9d29e22 /community/open-vm-tools/change-statechange.subr-location.patch | |
parent | 389daab980c4dc01f4e962dbc56380a7a946d7e3 (diff) | |
download | aports-0a2039af1cc491eb6d90ac8e235c4882b8f77d1d.tar.bz2 aports-0a2039af1cc491eb6d90ac8e235c4882b8f77d1d.tar.xz |
community/open-vm-tools: move default powerOps script(s) to /usr/share
Diffstat (limited to 'community/open-vm-tools/change-statechange.subr-location.patch')
-rw-r--r-- | community/open-vm-tools/change-statechange.subr-location.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 + + + # |