aboutsummaryrefslogtreecommitdiff
path: root/emulators/open-vm-tools
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-06-27 13:55:56 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-06-27 13:55:56 +0000
commitf93e7c0f39fb734a9f7b61eedb5529be06104681 (patch)
treedbc5c801381183eac4671425219ea6fae01516f4 /emulators/open-vm-tools
parent3b530666e973d91c92b20dab5200b599cc8da8df (diff)
downloadports-f93e7c0f39fb734a9f7b61eedb5529be06104681.tar.gz
ports-f93e7c0f39fb734a9f7b61eedb5529be06104681.zip
Do not force stop services when a package is deinstalled.
Starting or stopping services is the role of pkg(8). Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=473439
Diffstat (limited to 'emulators/open-vm-tools')
-rw-r--r--emulators/open-vm-tools/Makefile1
-rw-r--r--emulators/open-vm-tools/pkg-plist2
2 files changed, 1 insertions, 2 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile
index 75ffec4d2015..106debcc5f44 100644
--- a/emulators/open-vm-tools/Makefile
+++ b/emulators/open-vm-tools/Makefile
@@ -4,6 +4,7 @@
PORTNAME= open-vm-tools
PORTVERSION= ${RELEASE_VER}
DISTVERSIONPREFIX= stable-
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= emulators
diff --git a/emulators/open-vm-tools/pkg-plist b/emulators/open-vm-tools/pkg-plist
index 5e8fe2f6ace9..5ad1b91b5619 100644
--- a/emulators/open-vm-tools/pkg-plist
+++ b/emulators/open-vm-tools/pkg-plist
@@ -59,5 +59,3 @@ share/vmware-tools/vm-support
etc/pam.d/vmtoolsd
@dir %%DATADIR%%/scripts/vmware
@dir %%DATADIR%%/tests
-@preunexec %%PREFIX%%/bin/vmware-rpctool 'tools.set.version 0' ; service vmware-guestd stop 2>/dev/null || /usr/bin/true
-@postexec service vmware-kmod restart && service vmware-guestd restart || /usr/bin/true