From 541abf00bef01fa29436b7141a06a820d0f2f3a1 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 12 Nov 2019 10:32:09 +0100 Subject: [PATCH] Added MariaDB to exclude from auto updates --- config/Debian_50unattended-upgrades | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/Debian_50unattended-upgrades b/config/Debian_50unattended-upgrades index 15c77c9..c7abd25 100644 --- a/config/Debian_50unattended-upgrades +++ b/config/Debian_50unattended-upgrades @@ -53,10 +53,11 @@ Unattended-Upgrade::Package-Blacklist { // Use $ to explicitely define the end of a package name. Without // the $, "libc6" would match all of them. - "libc6$"; - "libc6-dev$"; - "libc6-i686$"; - "mysql$"; + "libc6$"; + "libc6-dev$"; + "libc6-i686$"; + "mysql$"; + "mariadb$"; // Special characters need escaping // "libstdc\+\+6$";