From 1f3a4e3ffa03f32037cdb03efdf2c17a5cadc659 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Wed, 24 Apr 1996 00:04:10 +0000 Subject: [PATCH] Fix reverse logic bug which caused the ethernet configuration to never work. --- etc/pccard_ether | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/pccard_ether b/etc/pccard_ether index 7ab5103c671..8a81d30119b 100755 --- a/etc/pccard_ether +++ b/etc/pccard_ether @@ -10,7 +10,7 @@ if [ -f /etc/sysconfig ]; then . /etc/sysconfig fi -if [ "x$pccard_ifconfig" = "xNO" ] ; then +if [ "x$pccard_ifconfig" != "xNO" ] ; then if [ "x$pccard_ifconfig" = "xDHCP" ] ; then # DHCP currently not implemented else