1 |
diff -Nur smeserver-yum-2.4.0/root/sbin/e-smith/check4contribsupdates smeserver-yum-2.4.0_bz8850/root/sbin/e-smith/check4contribsupdates |
2 |
--- smeserver-yum-2.4.0/root/sbin/e-smith/check4contribsupdates 2016-01-13 11:45:42.047512116 +0100 |
3 |
+++ smeserver-yum-2.4.0_bz8850/root/sbin/e-smith/check4contribsupdates 2016-01-13 11:50:20.232537973 +0100 |
4 |
@@ -10,8 +10,14 @@ |
5 |
if [ $? = 100 ]; then |
6 |
echo -e "===\n=== yum reports available updates for Contribs :\n===" >> $TMPFILE |
7 |
cat $TMP1 >> $TMPFILE |
8 |
- echo -e "\n To apply all these updates, you can log on your server and run the following command :\n |
9 |
- yum update --enablerepo=smecontribs\n" >> $TMPFILE |
10 |
+ echo -e "\n To apply all these updates, you can log on your server and run the following command :\n |
11 |
+ yum update --enablerepo=smecontribs\n\n" >> $TMPFILE |
12 |
+ echo -e "\n Alternatively you can update a contrib package one at a time using the command:\n |
13 |
+ yum update --enablerepo=smecontribs packagename |
14 |
+ signal-event post-upgrade |
15 |
+ signal-event reboot |
16 |
+ |
17 |
+ (replace packagename with contrib name eg smeserver-wbl)\n" >> $TMPFILE |
18 |
fi |
19 |
|
20 |
if [ -s $TMPFILE ]; then |