summaryrefslogtreecommitdiffstats
path: root/etc/pccard_ether
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-04-24 00:04:10 +0000
committernate <nate@FreeBSD.org>1996-04-24 00:04:10 +0000
commitd91e0c6ebeced877c44174fc76878d154e2752cf (patch)
treebdbb914e063bbfca84ffb01cb4edcee30e9d51d1 /etc/pccard_ether
parent67c93bbe60b7791a7dbb362907dc63b04b3f1801 (diff)
downloadFreeBSD-src-d91e0c6ebeced877c44174fc76878d154e2752cf.zip
FreeBSD-src-d91e0c6ebeced877c44174fc76878d154e2752cf.tar.gz
Fix reverse logic bug which caused the ethernet configuration to never work.
Diffstat (limited to 'etc/pccard_ether')
-rwxr-xr-xetc/pccard_ether2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether
index 7ab5103..8a81d30 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
OpenPOWER on IntegriCloud