1 |
unnilennium |
1.1 |
diff -up e-smith-base-5.8.0/root/usr/share/perl5/vendor_perl/esmith/console/configure.pm.postinstall e-smith-base-5.8.0/root/usr/share/perl5/vendor_perl/esmith/console/configure.pm |
2 |
|
|
--- e-smith-base-5.8.0/root/usr/share/perl5/vendor_perl/esmith/console/configure.pm.postinstall 2016-02-04 18:14:13.000000000 -0500 |
3 |
|
|
+++ e-smith-base-5.8.0/root/usr/share/perl5/vendor_perl/esmith/console/configure.pm 2016-05-29 14:23:21.558000000 -0400 |
4 |
|
|
@@ -2096,8 +2096,9 @@ QUIT: |
5 |
|
|
|
6 |
|
|
QUIT1: |
7 |
|
|
|
8 |
|
|
-system("/usr/bin/tput", "clear"); |
9 |
|
|
-exit (0); |
10 |
|
|
+# removed for SME10 as we need to start services after in boostrap-console |
11 |
|
|
+#system("/usr/bin/tput", "clear"); |
12 |
|
|
+#exit (0); |
13 |
|
|
} |
14 |
|
|
|
15 |
|
|
1; |