Tracker item #2492040, was opened at 2009-01-07 13:41
Message generated for change (Comment added) made by blacknexxus
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2492040&group_id=204462

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: nexx (blacknexxus)
Assigned to: Nobody/Anonymous (nobody)
Summary: missing share parameter in make install on FreeBSD

Initial Comment:
While make install in hgfsmounter (on FreeBSD), install-exec-hook: in 
Makefile.am will called.
if FREEBSD
install-exec-hook:
        $(MV) $(DESTDIR)$(sbindir)/mount.vmhgfs \
                $(DESTDIR)$(sbindir)/mount_vmhgfs
But this misses the sharename parameter.
make  install-exec-hook                                                         
       
/usr/local/sbin/mount.vmhgfs  /usr/local/sbin/mount_vmhgfs                      
       
Usage: mount.vmhgfs <sharename> <dir> [-o <options>]                            
       
Mount the HGFS share, specified by name, to a local directory.                  
       
Share name must be in host:dir format.     

----------------------------------------------------------------------

>Comment By: nexx (blacknexxus)
Date: 2009-01-07 14:41

Message:
Oh sry, ignored the $(MV) which seems emtpy. Had the problem also with
empty $(RM)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2492040&group_id=204462

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
open-vm-tools-devel mailing list
open-vm-tools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-vm-tools-devel

Reply via email to