Revision: 6611
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6611&view=rev
Author:   owes
Date:     2012-05-12 07:10:55 +0000 (Sat, 12 May 2012)
Log Message:
-----------
Ignore ppp* when scanning for network interfaces.

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

Modified: ipcop/trunk/src/installer/networking.c
===================================================================
--- ipcop/trunk/src/installer/networking.c      2012-05-12 07:09:39 UTC (rev 
6610)
+++ ipcop/trunk/src/installer/networking.c      2012-05-12 07:10:55 UTC (rev 
6611)
@@ -14,10 +14,9 @@
  * 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/>.
  *
- * (c) 2007-2011, the IPCop team
+ * (c) 2007-2012, the IPCop team
  *
  * $Id$
  * 
@@ -122,7 +121,7 @@
 {
     int i;
 
-    if (!strcmp(d->d_name, "lo") || !strcmp(d->d_name, ".") || 
!strcmp(d->d_name, "..")) {
+    if (!strcmp(d->d_name, "lo") || !strcmp(d->d_name, ".") || 
!strcmp(d->d_name, "..") || !strncmp(d->d_name, "ppp", 3)) {
         /* these are not really interesting */
         return 0;
     }

Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0      2012-05-12 07:09:39 UTC 
(rev 6610)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0      2012-05-12 07:10:55 UTC 
(rev 6611)
@@ -32,6 +32,7 @@
 /usr/local/bin/scheduler.pl
 /usr/local/bin/setaliases
 /usr/local/bin/updatelists.pl
+/usr/local/sbin/setup
 /usr/local/sbin/updatekernel.pl
 /usr/share/locale/af_ZA/LC_MESSAGES/ipcop.mo
 /usr/share/locale/bg_BG/LC_MESSAGES/ipcop.mo

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to