Revision: 2700
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2700&view=rev
Author:   gespinasse
Date:     2009-04-12 17:11:29 +0000 (Sun, 12 Apr 2009)

Log Message:
-----------
Fix a typo on sparc install during sed silo.conf
ext => etc

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

Modified: ipcop/trunk/src/installer/partition.c
===================================================================
--- ipcop/trunk/src/installer/partition.c       2009-04-12 08:10:16 UTC (rev 
2699)
+++ ipcop/trunk/src/installer/partition.c       2009-04-12 17:11:29 UTC (rev 
2700)
@@ -721,7 +721,7 @@
     }
     else if (partition_label[PART_INDEX_ROOT][0]) {
         /* replace the ROOT_DEV with LABEL partition */
-        snprintf(command, STRING_SIZE, "/bin/sed -i -e 
's+ROOT_DEV+/dev/disk/by-label/%s+g' /harddisk/ext/silo.conf", "root");
+        snprintf(command, STRING_SIZE, "/bin/sed -i -e 
's+ROOT_DEV+/dev/disk/by-label/%s+g' /harddisk/etc/silo.conf", "root");
         mysystem(command);
     }
     else {


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

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to