Diff for /elwix/config/etc/uboot/rc.init between versions 1.1.2.4 and 1.1.2.5

version 1.1.2.4, 2014/01/24 00:49:37 version 1.1.2.5, 2014/01/24 01:32:25
Line 71  geteth() Line 71  geteth()
 mgmt()  mgmt()
 {  {
         [ -r /etc/mylan ] && VDEV=`cat /etc/mylan`          [ -r /etc/mylan ] && VDEV=`cat /etc/mylan`
        if [ -x /usr/bin/get1steth ]; then        if [ -x /usr/local/bin/get1steth ]; then
                 VDEV=${VDEV:-`get1steth -g`}                  VDEV=${VDEV:-`get1steth -g`}
   
                 get1steth -v $VDEV | tee -a $BOOTLOG 1>/dev/null 2>&1                  get1steth -v $VDEV | tee -a $BOOTLOG 1>/dev/null 2>&1

Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>