diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/sbin/e-smith/nonetworkdrivers mezzanine_patched_e-smith-base-4.18.0/root/sbin/e-smith/nonetworkdrivers --- e-smith-base-4.18.0/root/sbin/e-smith/nonetworkdrivers 2005-11-20 23:28:11.000000000 -0500 +++ mezzanine_patched_e-smith-base-4.18.0/root/sbin/e-smith/nonetworkdrivers 2007-06-19 11:51:52.000000000 -0400 @@ -1,5 +1,11 @@ #! /bin/sh +# quit early and quietly if this is not going to work +test -x "/sbin/kmodule" || exit 0 +# TODO - find out whether there is a "wrong module" problem +# in CentOS5 - this script may be a workaround for a +# problem which we don't ever see any more + # unload any network drivers which have been installed # by rc.sysinit, so that we can allocate eth0/eth1 as we # choose, rather than in order defined by kmodule