Revision: 7588
          http://sourceforge.net/p/ipcop/svn/7588
Author:   owes
Date:     2014-06-07 07:48:35 +0000 (Sat, 07 Jun 2014)
Log Message:
-----------
Using ISO hybrid the usb-key might not be detected as usb-key.

Modified Paths:
--------------
    ipcop/trunk/src/installer/installer.c
    ipcop/trunk/updates/2.1.6/ROOTFILES.i486-2.1.6

Modified: ipcop/trunk/src/installer/installer.c
===================================================================
--- ipcop/trunk/src/installer/installer.c       2014-06-05 14:20:16 UTC (rev 
7587)
+++ ipcop/trunk/src/installer/installer.c       2014-06-07 07:48:35 UTC (rev 
7588)
@@ -442,7 +442,7 @@
 
     for (i = 0; i < numhardwares; i++) {
         if ((hardwares[i].type == cdrom) || 
-              ((medium_boot == usb) && (hardwares[i].type == harddisk) && 
(hardwares[i].device[0] == 's'))) {
+              ((hardwares[i].type == harddisk) && (hardwares[i].device[0] == 
's'))) {
 
             /*  We need to try different partitions here
                 hd?, sd? and sr? for IDE CD, usb-fdd and SCSI,SATA CD
@@ -483,6 +483,7 @@
                     }
                     medium_sources = cdrom;
                     scsi_cdrom = (hardwares[i].device[0] == 's');
+                    fprintf(flog, "Source tarball found on device %s\n", 
test_device);
                     return SUCCESS;
                 }
 

Modified: ipcop/trunk/updates/2.1.6/ROOTFILES.i486-2.1.6
===================================================================
--- ipcop/trunk/updates/2.1.6/ROOTFILES.i486-2.1.6      2014-06-05 14:20:16 UTC 
(rev 7587)
+++ ipcop/trunk/updates/2.1.6/ROOTFILES.i486-2.1.6      2014-06-07 07:48:35 UTC 
(rev 7588)
@@ -16,6 +16,7 @@
 /usr/local/bin/restarthttpd
 /usr/local/bin/restartsyslogd
 /usr/local/bin/setreservedports.pl
+/usr/local/sbin/setup
 /usr/share/locale/af_ZA/LC_MESSAGES/ipcop.mo
 /usr/share/locale/bg_BG/LC_MESSAGES/ipcop.mo
 /usr/share/locale/ca_ES/LC_MESSAGES/ipcop.mo

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


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to