summaryrefslogtreecommitdiffstats
path: root/testing/open-vm-tools
diff options
context:
space:
mode:
Diffstat (limited to 'testing/open-vm-tools')
-rw-r--r--testing/open-vm-tools/APKBUILD4
-rw-r--r--testing/open-vm-tools/open-vm-tools.initd2
2 files changed, 3 insertions, 3 deletions
diff --git a/testing/open-vm-tools/APKBUILD b/testing/open-vm-tools/APKBUILD
index 44e1fe1b2..99e65e5c9 100644
--- a/testing/open-vm-tools/APKBUILD
+++ b/testing/open-vm-tools/APKBUILD
@@ -2,7 +2,7 @@
pkgname=open-vm-tools
pkgver=2011.01.24
_pkgsubver=354108
-pkgrel=1
+pkgrel=2
pkgdesc="The Open Virtual Machine Tools are the open source implementation of VMware Tools."
url="http://open-vm-tools.sourceforge.net/"
arch="all"
@@ -95,5 +95,5 @@ md5sums="b324efa55bb3f1198100cad838e9272b open-vm-tools-2011.01.24-354108.tar.g
840e4d6ff3f53fc22bdedf4d64aabc91 ecvt.patch
89c7449323ddac4666b73a8467baf95a iconv-uclibc.patch
7d02fc25aba5c248f3d98dac238f175b libm.patch
-c79ca03660fa75d00028325f53a37b4e open-vm-tools.initd
+c96644aa42d611fae853a3a2095efc47 open-vm-tools.initd
7b833102a56009bdfc2fef2fb9ffa297 procmgrposix.patch"
diff --git a/testing/open-vm-tools/open-vm-tools.initd b/testing/open-vm-tools/open-vm-tools.initd
index ee85c4d29..e54b84aaf 100644
--- a/testing/open-vm-tools/open-vm-tools.initd
+++ b/testing/open-vm-tools/open-vm-tools.initd
@@ -11,7 +11,7 @@ PIDFILE="/var/run/vmtoolsd.pid"
MOUNTPOINT="/proc/fs/vmblock/mountPoint"
depend() {
- before checkfs fsck net X
+ before net X
}
start() {