Revision: 6320 http://ipcop.svn.sourceforge.net/ipcop/?rev=6320&view=rev Author: owes Date: 2012-02-05 17:32:05 +0000 (Sun, 05 Feb 2012) Log Message: ----------- Run depmod after uploading AVM driver package.
Modified Paths: -------------- ipcop/trunk/src/misc-progs/installfcdsl.c ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3 Modified: ipcop/trunk/src/misc-progs/installfcdsl.c =================================================================== --- ipcop/trunk/src/misc-progs/installfcdsl.c 2012-02-05 17:30:22 UTC (rev 6319) +++ ipcop/trunk/src/misc-progs/installfcdsl.c 2012-02-05 17:32:05 UTC (rev 6320) @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with IPCop; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with IPCop. If not, see <http://www.gnu.org/licenses/>. * * Copyright (C) 2004-10-14 Gilles Espinasse <g.esp.ip...@free.fr> * @@ -96,6 +95,9 @@ if (safe_system(command)) { fprintf(stderr, "Error installing modules\n"); exit(1); } + if (safe_system("/sbin/depmod -a")) { + fprintf(stderr, "Error installing modules\n"); exit(1); + } exit(0); } Modified: ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3 =================================================================== --- ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3 2012-02-05 17:30:22 UTC (rev 6319) +++ ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3 2012-02-05 17:32:05 UTC (rev 6320) @@ -22,6 +22,7 @@ /usr/lib/ipcop/library.sh /usr/lib/ipcop/scheduler-lib.pl /usr/local/bin/blacklistupdate.pl +/usr/local/bin/installfcdsl /usr/local/bin/makesquidconf.pl /usr/local/bin/puzzleFwRules.pl /usr/local/bin/restartsquid This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn