[PC-BSD Commits] r665 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Wed Sep 5 10:32:22 PDT 2007
Author: kris
Date: 2007-09-05 10:32:22 -0700 (Wed, 05 Sep 2007)
New Revision: 665
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh
Log:
Fixed bug with duplicate enteries for network cards showing up in rc.conf
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh 2007-09-05 16:12:42 UTC (rev 664)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh 2007-09-05 17:32:22 UTC (rev 665)
@@ -62,27 +62,3 @@
fi
done
-
-# Now setup the tray icons for each card
-
-ENIC="de em ixgb txp vx bfe bge dc fxp lge nge pcn re rl sf sis sk ste ti tl tx vge vr wb xl cs ed ex ep fe ie lnc sn xe nve nfe"
-WNIC="an awi wi iwi"
-
-for i in $NIC; do
-
- echo " ${config}" | grep " ${i}0" >/dev/null 2>/dev/null
- if [ "$?" = "0" ]
- then
- echo "ifconfig_${i}0=\"DHCP\"" >> /mnt/etc/rc.conf
- fi
-
- echo " ${config}" | grep " ${i}1" >/dev/null 2>/dev/null
- if [ "$?" = "0" ]
- then
- echo "ifconfig_${i}1=\"DHCP\"" >> /mnt/etc/rc.conf
- fi
-
-done
-
-
-
More information about the Commits
mailing list