]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
(Trivial) Correct hgfs default path to "/Volumes/VMware Shared Folders"
authorVMware, Inc <>
Mon, 28 Sep 2009 20:27:57 +0000 (13:27 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 28 Sep 2009 20:27:57 +0000 (13:27 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/hgfsHelper/hgfsHelperPosix.c

index 533d8fc65893daa95060566d2881d3b4742f9c09..ac65f510d3e088325625d6d9c297606e404a589c 100644 (file)
@@ -38,7 +38,7 @@
 #elif defined sun
 #define HGFSHLPR_DEFAULT_MOUNT_PATH      "/hgfs"
 #elif defined __APPLE__
-#define HGFSHLPR_DEFAULT_MOUNT_PATH      "/Volumes/Shared Folders"
+#define HGFSHLPR_DEFAULT_MOUNT_PATH      "/Volumes/VMware Shared Folders"
 #endif