|
From: <ow...@us...> - 2008-01-28 20:44:21
|
Revision: 1040
http://ipcop.svn.sourceforge.net/ipcop/?rev=1040&view=rev
Author: owes
Date: 2008-01-28 12:44:25 -0800 (Mon, 28 Jan 2008)
Log Message:
-----------
sbin is symlinked to bin but let's put the correct path in anyway
Modified Paths:
--------------
ipcop/trunk/src/installer/partition.c
Modified: ipcop/trunk/src/installer/partition.c
===================================================================
--- ipcop/trunk/src/installer/partition.c 2008-01-28 11:04:24 UTC (rev 1039)
+++ ipcop/trunk/src/installer/partition.c 2008-01-28 20:44:25 UTC (rev 1040)
@@ -502,7 +502,7 @@
statuswindow(72, 5, ipcop_gettext("TR_TITLE_DISK"), ipcop_gettext("TR_MOUTING_FILESYSTEMS"));
/* load ext3 now */
- mysystem("/bin/modprobe ext3");
+ mysystem("/sbin/modprobe ext3");
mysystem("/bin/mount /harddisk/");
*bootpartexist = 0;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|