tags 473515 + patch
thanks

Patch attached.


Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20
diff -urNad dhcpcd-3.2.3.orig/debian/preinst dhcpcd-3.2.3/debian/preinst
--- dhcpcd-3.2.3.orig/debian/preinst    2008-04-08 07:34:05.000000000 +0100
+++ dhcpcd-3.2.3/debian/preinst 2008-04-08 07:34:58.000000000 +0100
@@ -18,8 +18,8 @@
 # their client-id and move IP addresses. New installations can use DUID 
 # from the start with no problems.
 
-if [[ $1 = upgrade ]]; then
-   if [[ -n $2 ]]  && dpkg --compare-versions $2 lt 3.2.1-1; then
+if [ $1 = upgrade ]; then
+   if [ -n $2 ]  && dpkg --compare-versions $2 lt 3.2.1-1; then
     echo "Remove this file to make dhcpcd use DUID-based client-ids" 
>/etc/dhcpc/inhibit-duid
    fi
 fi

Attachment: signature.asc
Description: PGP signature

Reply via email to