From: VMware, Inc <> Date: Mon, 28 Sep 2009 20:27:57 +0000 (-0700) Subject: (Trivial) Correct hgfs default path to "/Volumes/VMware Shared Folders" X-Git-Tag: p4-sync-929606~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eadd2786ebd2863d17020936fe0145ef16409080;p=thirdparty%2Fopen-vm-tools.git (Trivial) Correct hgfs default path to "/Volumes/VMware Shared Folders" Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/hgfsHelper/hgfsHelperPosix.c b/open-vm-tools/lib/hgfsHelper/hgfsHelperPosix.c index 533d8fc65..ac65f510d 100644 --- a/open-vm-tools/lib/hgfsHelper/hgfsHelperPosix.c +++ b/open-vm-tools/lib/hgfsHelper/hgfsHelperPosix.c @@ -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