diff -Nur smeserver-yum-2.4.0/root/sbin/e-smith/check4contribsupdates smeserver-yum-2.4.0_bz8850/root/sbin/e-smith/check4contribsupdates --- smeserver-yum-2.4.0/root/sbin/e-smith/check4contribsupdates 2016-01-13 11:45:42.047512116 +0100 +++ smeserver-yum-2.4.0_bz8850/root/sbin/e-smith/check4contribsupdates 2016-01-13 11:50:20.232537973 +0100 @@ -10,8 +10,14 @@ if [ $? = 100 ]; then 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" >> $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 fi if [ -s $TMPFILE ]; then