[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ipcop-svn
Subject:    [Ipcop-svn] SF.net SVN: ipcop:[3589] ipcop/trunk/src/installer
From:       gespinasse () users ! sourceforge ! net
Date:       2009-09-24 6:18:49
Message-ID: E1MqhfF-00042H-Ei () d5vjzd1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 3589
          http://ipcop.svn.sourceforge.net/ipcop/?rev=3589&view=rev
Author:   gespinasse
Date:     2009-09-24 06:18:49 +0000 (Thu, 24 Sep 2009)

Log Message:
-----------
Fix wget path in installer due to busybox clean-up

Modified Paths:
--------------
    ipcop/trunk/src/installer/installer.c
    ipcop/trunk/src/installer/partition.c

Modified: ipcop/trunk/src/installer/installer.c
===================================================================
--- ipcop/trunk/src/installer/installer.c	2009-09-23 14:05:28 UTC (rev 3588)
+++ ipcop/trunk/src/installer/installer.c	2009-09-24 06:18:49 UTC (rev 3589)
@@ -411,7 +411,7 @@
 
         /* just verify if files exist, download later */
         strcpy(filename, TARBALL_IPCOP);
-        snprintf(command, STRING_SIZE, "/bin/wget --spider -O /tmp/%s %s/%s", \
filename, network_source, filename); +        snprintf(command, STRING_SIZE, "wget \
--spider -O /tmp/%s %s/%s", filename, network_source, filename);  rc = \
mysystem(command);  newtPopWindow();
         if (!rc) {

Modified: ipcop/trunk/src/installer/partition.c
===================================================================
--- ipcop/trunk/src/installer/partition.c	2009-09-23 14:05:28 UTC (rev 3588)
+++ ipcop/trunk/src/installer/partition.c	2009-09-24 06:18:49 UTC (rev 3589)
@@ -490,7 +490,7 @@
         mysystem("mkdir -p /harddisk/tmp");
 
         strcpy(string, TARBALL_IPCOP);
-        snprintf(command, STRING_SIZE, "/bin/wget -O /harddisk/tmp/%s %s/%s", \
string, network_source, string); +        snprintf(command, STRING_SIZE, "wget -O \
/harddisk/tmp/%s %s/%s", string, network_source, string);  if ((retcode = \
mysystem(command)) == 0) {  strcpy(tarball_location, "/harddisk/tmp");
         }


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic