summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2017-01-02 12:24:42 -0500
committerMike Gilbert <floppym@gentoo.org>2017-01-02 12:25:39 -0500
commit883a6231317bc0cbf3277248661dc0309a8e1258 (patch)
treeb2db0e153bde13932732c09f3149ce985f9bcf48 /app-emulation/open-vm-tools/files
parentdev-python/fusepy: get description right. (diff)
downloadgentoo-883a6231317bc0cbf3277248661dc0309a8e1258.tar.gz
gentoo-883a6231317bc0cbf3277248661dc0309a8e1258.tar.bz2
gentoo-883a6231317bc0cbf3277248661dc0309a8e1258.zip
app-emulation/open-vm-tools: replace mount.vmhgfs with a wrapper
This will allow people to continue using fstype 'vmhgfs' in fstab with the FUSE mounter. Package-Manager: Portage-2.3.3_p12, Repoman-2.3.1_p5
Diffstat (limited to 'app-emulation/open-vm-tools/files')
-rw-r--r--app-emulation/open-vm-tools/files/mount.vmhgfs2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/open-vm-tools/files/mount.vmhgfs b/app-emulation/open-vm-tools/files/mount.vmhgfs
new file mode 100644
index 000000000000..d4b319c80cb2
--- /dev/null
+++ b/app-emulation/open-vm-tools/files/mount.vmhgfs
@@ -0,0 +1,2 @@
+#!/bin/sh
+hgfsmounter "$@" >/dev/null 2>&1 || vmhgfs-fuse "$@"