]> git.pld-linux.org Git - packages/dhcp.git/commitdiff
- removed debug leftover
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 16 Apr 2007 16:19:35 +0000 (16:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcp-dhclient.script.patch -> 1.2

dhcp-dhclient.script.patch

index 812a562c5be2e395a3b9e8d8ab03864293b66833..ce71dd296a11cce0f4739e997a73ab892fe0a764 100644 (file)
@@ -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
This page took 0.031974 seconds and 4 git commands to generate.