#!/bin/sh
# if [ `lsmod | grep -c eepro100` -lt 1 ] ; then
#   echo Loading network adapter driver
#   modprobe eepro100
# fi
echo Restarting daemons for `echo $(dirname $0) | sed "s/^.*0//"`
#/etc/init.d/nfs-common restart
#/etc/init.d/ipx restart
#/etc/init.d/nfs-kernel-server restart
/etc/init.d/networking restart
ifup eth0 lo

