1 |
diff -Nur smeserver-centos2sme-6.9.1.old/root/usr/bin/centos2sme smeserver-centos2sme-6.9.1/root/usr/bin/centos2sme |
2 |
--- smeserver-centos2sme-6.9.1.old/root/usr/bin/centos2sme 2021-05-30 21:49:51.130000000 -0400 |
3 |
+++ smeserver-centos2sme-6.9.1/root/usr/bin/centos2sme 2021-05-30 21:55:40.536000000 -0400 |
4 |
@@ -41,6 +41,10 @@ |
5 |
# they might have come back with upgrade... |
6 |
rm /etc/yum.repos.d/CentOS*.repo -rf |
7 |
|
8 |
+echo "##########################################################################" |
9 |
+echo "cleaning rpm not necessary or possibly conflicting: postfix, sendmail" |
10 |
+yum remove sendmail postfix -y 1>/dev/null |
11 |
+ |
12 |
# would make a test here to check if initscript was updated or not ... |
13 |
echo "##########################################################################" |
14 |
echo "yum groupinstall, installing SME Server ... this may take a while:" |
15 |
@@ -63,10 +67,6 @@ |
16 |
fi |
17 |
|
18 |
echo "##########################################################################" |
19 |
-echo "cleaning rpm not necessary or possibly conflicting: postfix" |
20 |
-yum remove postfix -y 1>/dev/null |
21 |
- |
22 |
-echo "##########################################################################" |
23 |
echo "yum upgrade" |
24 |
yum upgrade -y 1>/dev/null |
25 |
|