diff -up smeserver-updates-1.2/root/etc/e-smith/events/actions/update-system.patch0 smeserver-updates-1.2/root/etc/e-smith/events/actions/update-system --- smeserver-updates-1.2/root/etc/e-smith/events/actions/update-system.patch0 2007-01-23 07:08:39.000000000 -0500 +++ smeserver-updates-1.2/root/etc/e-smith/events/actions/update-system 2013-06-25 17:08:56.000000000 -0400 @@ -28,7 +28,7 @@ system("/bin/touch /tmp/nup"); } - system("/sbin/e-smith/yum -y localinstall /tmp/update.rpm"); + system("/usr/bin/yum -y localinstall /tmp/update.rpm"); system("/bin/rm -f /tmp/update.rpm");