Hi Christopher, 

Thanks for the patch. Currently what I understand from the code is that , when 
iFolder UI [ Desktop Login start / manually start ] comes up, it first searches 
for this file in the current directory,  If not found, then it searches in the 
/etc/simias . If its not found at all, it tries to start simias using a 
relative path.  


Hence this file has to be present in /usr/bin from where ifolder starts.  

I am really happy looking at this patch. Thanks for your support. 

ravi

>>> Christopher Brown <[email protected]> 2/1/2010 1:47 AM >>>
Hi Folks,

Excuse my coding skills or lack thereof. At the moment
SimiasDirectoryMapping is installed into bindir which I believe is
wrong as it is not a binary and belongs under /etc. Please find
attached untested patch to correct this.

--- simias-1.6-old/src/client/Makefile.am2010-01-31 11:54:23.119963453 +0000
+++ simias-1.6/src/client/Makefile.am2010-01-31 20:15:38.465961373 +0000
@@ -24,7 +24,7 @@

install-exec-local:
$(mkinstalldirs) $(DESTDIR)$(bindir)
-$(INSTALL_PROGRAM) SimiasDirectoryMapping $(DESTDIR)$(bindir)
+$(INSTALL_PROGRAM) SimiasDirectoryMapping $(DESTDIR)$(sysconfdir)/simias
if WINDOWS
$(INSTALL_PROGRAM) simias.cmd $(DESTDIR)$(bindir)
else
@@ -33,7 +33,7 @@


uninstall-local:
-cd $(DESTDIR)$(bindir); rm -f SimiasDirectoryMapping
+cd $(DESTDIR)$(sysconfdir)/simias; rm -f SimiasDirectoryMapping
if WINDOWS
cd $(DESTDIR)$(bindir); rm -f simias.cmd
else


Thanks
--
Christopher Brown

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
ifolder-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ifolder-devel
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
ifolder-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ifolder-devel

Reply via email to