Revision: 6312 http://ipcop.svn.sourceforge.net/ipcop/?rev=6312&view=rev Author: owes Date: 2012-02-04 15:11:57 +0000 (Sat, 04 Feb 2012) Log Message: ----------- Fix test for fcdsl driver, support for usb drivers where dropped end of 2008. Add a new and better text to describe ipcop-avmdrv package.
Modified Paths: -------------- ipcop/trunk/html/cgi-bin/pppsetup.cgi ipcop/trunk/html/cgi-bin/upload.cgi ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3 Modified: ipcop/trunk/html/cgi-bin/pppsetup.cgi =================================================================== --- ipcop/trunk/html/cgi-bin/pppsetup.cgi 2012-02-04 14:43:33 UTC (rev 6311) +++ ipcop/trunk/html/cgi-bin/pppsetup.cgi 2012-02-04 15:11:57 UTC (rev 6312) @@ -1,8 +1,19 @@ #!/usr/bin/perl # -# SmoothWall CGIs +# This file is part of the IPCop Firewall. +# +# IPCop is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# IPCop is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# This code is distributed under the terms of the GPL +# You should have received a copy of the GNU General Public License +# along with IPCop. If not, see <http://www.gnu.org/licenses/>. # # (c) The SmoothWall Team # @@ -11,6 +22,8 @@ # - ibod now an option # - PCI ADSL support added # +# Copyright (c) 2002-2012 The IPCop Team +# # $Id$ # @@ -227,7 +240,7 @@ goto ERROR; } - if ($pppsettings{'TYPE'} eq 'fritzdsl' && (!(-e "/lib/modules/$kernel/misc/fcdslusb.o.gz"))) { + if ($pppsettings{'TYPE'} eq 'fritzdsl' && (!(-e "/lib/modules/$kernel/extra/fcdsl.ko.gz"))) { $errormessage = $Lang::tr{'no fritzdsl driver'}; $drivererror = 1; goto ERROR; @@ -1175,7 +1188,7 @@ } elsif ($pppsettings{'TYPE'} eq 'fritzdsl') { print "<tr><td>$Lang::tr{'driver'}:</td>"; - if (-e "/lib/modules/$kernel/misc/fcdslusb.o.gz") { + if (-e "/lib/modules/$kernel/extra/fcdsl.ko.gz") { print "<td>$Lang::tr{'present'}</td><td colspan='2'> </td></tr>\n"; } else { Modified: ipcop/trunk/html/cgi-bin/upload.cgi =================================================================== --- ipcop/trunk/html/cgi-bin/upload.cgi 2012-02-04 14:43:33 UTC (rev 6311) +++ ipcop/trunk/html/cgi-bin/upload.cgi 2012-02-04 15:11:57 UTC (rev 6312) @@ -1,11 +1,24 @@ #!/usr/bin/perl # -# SmoothWall CGIs +# This file is part of the IPCop Firewall. +# +# IPCop is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# IPCop is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# This code is distributed under the terms of the GPL +# You should have received a copy of the GNU General Public License +# along with IPCop. If not, see <http://www.gnu.org/licenses/>. # # (c) The SmoothWall Team # +# Copyright (c) 2004-2012 The IPCop Team +# # $Id$ # @@ -171,7 +184,7 @@ print <<END <table width='100%'> <tr> - <td colspan='4'>$Lang::tr{'fritzdsl help'}<br /> + <td colspan='4'>$Lang::tr{'fritzdsl v2 help'}<br /> URL: <a href='http://www.ipcop.org/'>http://www.ipcop.org/</a> </td> </tr> 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-04 14:43:33 UTC (rev 6311) +++ ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3 2012-02-04 15:11:57 UTC (rev 6312) @@ -7,10 +7,12 @@ /home/httpd/cgi-bin/logsystem.cgi /home/httpd/cgi-bin/logurlfilter.cgi /home/httpd/cgi-bin/openvpn.cgi +/home/httpd/cgi-bin/pppsetup.cgi /home/httpd/cgi-bin/proxy.cgi /home/httpd/cgi-bin/servicegrps.cgi /home/httpd/cgi-bin/trafficadm.cgi /home/httpd/cgi-bin/updates.cgi +/home/httpd/cgi-bin/upload.cgi /home/httpd/cgi-bin/urlfilter.cgi /home/httpd/html/images/redirect-background.png /home/httpd/vhost81/cgi-bin/redirect.cgi 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