Revision: 7242
          http://sourceforge.net/p/ipcop/svn/7242
Author:   owes
Date:     2014-02-19 08:19:21 +0000 (Wed, 19 Feb 2014)
Log Message:
-----------
dhcpcd also uses state STOP

Modified Paths:
--------------
    ipcop/trunk/src/scripts/dhcpcd.sh
    ipcop/trunk/updates/2.1.2/ROOTFILES.i486-2.1.2

Modified: ipcop/trunk/src/scripts/dhcpcd.sh
===================================================================
--- ipcop/trunk/src/scripts/dhcpcd.sh   2014-02-18 22:11:15 UTC (rev 7241)
+++ ipcop/trunk/src/scripts/dhcpcd.sh   2014-02-19 08:19:21 UTC (rev 7242)
@@ -16,8 +16,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/>.
 # 
 # This script is based on the dhcpcd.sh sample script of the dhcpcd package, 
which has
 # following copyright information:
@@ -25,7 +24,7 @@
 #   Copyright 2006-2008 Roy Marples <roy at marples dot name>
 #
 #
-# (c) 2008-2010, the IPCop team
+# (c) 2008-2014, the IPCop team
 #
 # $Id$
 #
@@ -80,7 +79,7 @@
         state=up
         ;;
 
-    RELEASE|EXPIRE)
+    RELEASE|EXPIRE|STOP)
         if [ ! -z ${DEBUG} ]; then
             /usr/bin/logger -p local0.info -t dhcpcd[] \
             "interface ${interface} has been brought down"

Modified: ipcop/trunk/updates/2.1.2/ROOTFILES.i486-2.1.2
===================================================================
--- ipcop/trunk/updates/2.1.2/ROOTFILES.i486-2.1.2      2014-02-18 22:11:15 UTC 
(rev 7241)
+++ ipcop/trunk/updates/2.1.2/ROOTFILES.i486-2.1.2      2014-02-19 08:19:21 UTC 
(rev 7242)
@@ -10,6 +10,7 @@
 /home/httpd/cgi-bin/services.cgi
 /home/httpd/cgi-bin/trafficadm.cgi
 /home/httpd/cgi-bin/wireless.cgi
+/usr/local/bin/dhcpcd.sh
 /usr/local/bin/makesquidconf.pl
 ##
 ## acpid-2.0.21

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


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to