diff -up smeserver-yum-2.4.0/root/sbin/e-smith/check4updates.Check4Updates smeserver-yum-2.4.0/root/sbin/e-smith/check4updates --- smeserver-yum-2.4.0/root/sbin/e-smith/check4updates.Check4Updates 2013-03-22 07:38:51.000000000 -0700 +++ smeserver-yum-2.4.0/root/sbin/e-smith/check4updates 2013-03-22 07:39:33.000000000 -0700 @@ -14,7 +14,7 @@ fi if [ -s $TMPFILE ]; then if [ "$1" = "-m" ]; then - mail $MAILADDR -s "Updates available for `hostname`" < $TMPFILE + mail -s "Updates available for `hostname`" $MAILADDR < $TMPFILE else echo "Updates available for `hostname`" cat $TMPFILE