SOURCES: dhcp-dhclient.script.patch - removed debug leftover

baggins baggins at pld-linux.org
Mon Apr 16 18:19:40 CEST 2007


Author: baggins                      Date: Mon Apr 16 16:19:40 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- removed debug leftover

---- Files affected:
SOURCES:
   dhcp-dhclient.script.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/dhcp-dhclient.script.patch
diff -u SOURCES/dhcp-dhclient.script.patch:1.1 SOURCES/dhcp-dhclient.script.patch:1.2
--- SOURCES/dhcp-dhclient.script.patch:1.1	Mon Apr 16 18:06:44 2007
+++ SOURCES/dhcp-dhclient.script.patch	Mon Apr 16 18:19:35 2007
@@ -1,6 +1,6 @@
 --- dhcp-3.1.0a3/client/scripts/linux.orig	2006-07-22 04:24:16.000000000 +0200
 +++ dhcp-3.1.0a3/client/scripts/linux	2007-04-16 17:25:06.000000000 +0200
-@@ -1,208 +1,228 @@
+@@ -1,208 +1,227 @@
 -#!/bin/bash
 +#!/bin/sh
  # dhclient-script for Linux. Dan Halbert, March, 1997.
@@ -35,7 +35,6 @@
 +
 +	local ret=0
 +	local endp=0
-+	echo $netmask
 +	for n in $netmask ; do
 +		for i in 128 64 32 16 8 4 2 1 ; do
 +			if [ $(($n & $i)) -ne 0 ]; then
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/dhcp-dhclient.script.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list