Date: Wednesday, November 4, 2020 @ 08:46:26
  Author: eworm
Revision: 399251

drop old upgrade instructions

Modified:
  mariadb/trunk/mariadb.install

-----------------+
 mariadb.install |   10 ----------
 1 file changed, 10 deletions(-)

Modified: mariadb.install
===================================================================
--- mariadb.install     2020-11-04 07:16:23 UTC (rev 399250)
+++ mariadb.install     2020-11-04 08:46:26 UTC (rev 399251)
@@ -12,14 +12,4 @@
     echo ":: MariaDB was updated to a new feature release. To update the data 
run:"
     echo "   systemctl restart mariadb.service && mariadb-upgrade -u root -p"
   fi
-
-  # return if old package version greater 10.4...
-  (( $(vercmp $2 '10.4') > 0 )) && return
-
-  # upgrade from pre-10.4...
-  echo ":: MariaDB configuration layout changed."
-  echo "   -> The main configuration file now is: /etc/my.cnf"
-  echo "   -> Instantiated services ([email protected]) do not longer read 
their"
-  echo "      own configuration file but use group suffix (configuration block"
-  echo "      '[mysqld.foo]') in main configuration file."
 }

Reply via email to