diff -Nur smeserver-yum-2.6.0.old/root/sbin/e-smith/check4contribsupdates smeserver-yum-2.6.0/root/sbin/e-smith/check4contribsupdates --- smeserver-yum-2.6.0.old/root/sbin/e-smith/check4contribsupdates 2016-02-05 18:19:58.000000000 -0500 +++ smeserver-yum-2.6.0/root/sbin/e-smith/check4contribsupdates 2019-01-23 20:52:57.183000000 -0500 @@ -8,16 +8,16 @@ yum -e 0 -d 0 check-update --disablerepo=* --enablerepo=smecontribs > $TMP1 if [ $? = 100 ]; then - echo -e "===\n=== yum reports available updates for Contribs :\n===" >> $TMPFILE + echo -e "===\n=== yum reports available updates for Contribs:\n===" >> $TMPFILE cat $TMP1 >> $TMPFILE - echo -e "\n To apply all these updates, you can log on your server and run the following command :\n - yum update --enablerepo=smecontribs\n\n" >> $TMPFILE - echo -e "\n Alternatively you can update a contrib package one at a time using the command:\n - yum update --enablerepo=smecontribs packagename - signal-event post-upgrade - signal-event reboot - - (replace packagename with contrib name eg smeserver-wbl)\n" >> $TMPFILE + echo -e "\n=== To apply *all* these updates, log on to your server command line and +=== enter the following command: + # yum update --enablerepo=smecontribs" >> $TMPFILE + echo -e "\n=== Alternatively you can update packages one at a time using the command: +=== (replace packagename with contrib name eg smeserver-wbl) + # yum update --enablerepo=smecontribs packagename + # signal-event post-upgrade + # signal-event reboot\n" >> $TMPFILE fi if [ -s $TMPFILE ]; then