Added MariaDB to exclude from auto updates

This commit is contained in:
b.waal
2019-11-12 10:32:09 +01:00
parent a64c771af1
commit 541abf00be

View File

@@ -53,10 +53,11 @@ Unattended-Upgrade::Package-Blacklist {
// Use $ to explicitely define the end of a package name. Without // Use $ to explicitely define the end of a package name. Without
// the $, "libc6" would match all of them. // the $, "libc6" would match all of them.
"libc6$"; "libc6$";
"libc6-dev$"; "libc6-dev$";
"libc6-i686$"; "libc6-i686$";
"mysql$"; "mysql$";
"mariadb$";
// Special characters need escaping // Special characters need escaping
// "libstdc\+\+6$"; // "libstdc\+\+6$";