Revision: 8079
          http://sourceforge.net/p/ipcop/svn/8079
Author:   owes
Date:     2016-01-19 10:13:13 +0000 (Tue, 19 Jan 2016)
Log Message:
-----------
Add STOPPED to dhcpcd.sh. Silence dhcp v6 info messages.

Modified Paths:
--------------
    ipcop/trunk/config/etc/dhcpcd.conf
    ipcop/trunk/src/scripts/dhcpcd.sh
    ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0

Modified: ipcop/trunk/config/etc/dhcpcd.conf
===================================================================
--- ipcop/trunk/config/etc/dhcpcd.conf  2016-01-19 07:56:20 UTC (rev 8078)
+++ ipcop/trunk/config/etc/dhcpcd.conf  2016-01-19 10:13:13 UTC (rev 8079)
@@ -24,6 +24,9 @@
 # Don't use IPv4LL (aka APIPA, aka Bonjour, aka ZeroConf).
 noipv4ll
 
+# Don't attempt to configure an IPv6 address.
+noipv6
+
 # A hook script is provided to lookup the hostname if not set by the DHCP
 # server, but it should not be run by default.
 nohook lookup-hostname

Modified: ipcop/trunk/src/scripts/dhcpcd.sh
===================================================================
--- ipcop/trunk/src/scripts/dhcpcd.sh   2016-01-19 07:56:20 UTC (rev 8078)
+++ ipcop/trunk/src/scripts/dhcpcd.sh   2016-01-19 10:13:13 UTC (rev 8079)
@@ -24,7 +24,7 @@
 #   Copyright 2006-2008 Roy Marples <roy at marples dot name>
 #
 #
-# (c) 2008-2015, the IPCop team
+# (c) 2008-2016, the IPCop team
 #
 # $Id$
 #
@@ -88,7 +88,7 @@
         state=down
         ;;
 
-    PREINIT|CARRIER|NAK)
+    PREINIT|CARRIER|NAK|STOPPED)
         exit 0
         ;;
 

Modified: ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0
===================================================================
--- ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0      2016-01-19 07:56:20 UTC 
(rev 8078)
+++ ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0      2016-01-19 10:13:13 UTC 
(rev 8079)
@@ -1,5 +1,6 @@
 ## please place IPCop files first, then packages sorted by alphabetical order
 ##
+/etc/dhcpcd.conf
 /etc/rc.d/rc.red
 /etc/rc.d/rc.sysinit
 /home/httpd/cgi-bin/backup.cgi

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


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to