]> Frank Brehm's Git Trees - config/bruni/etc-mint-new1.git/commitdiff
committing changes in /etc made by "/usr/bin/apt full-upgrade -y"
authorFrank Brehm <frank@brehm-online.com>
Fri, 21 Apr 2023 22:36:47 +0000 (00:36 +0200)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Fri, 21 Apr 2023 22:36:47 +0000 (00:36 +0200)
Packages with configuration changes:
-ubuntu-advantage-tools 27.13.6~22.04.1 amd64
+ubuntu-advantage-tools 27.14.4~22.04 amd64

Package changes:
-postfix 3.6.4-1ubuntu1 amd64
-postfix-cdb 3.6.4-1ubuntu1 amd64
-postfix-ldap 3.6.4-1ubuntu1 amd64
-postfix-mysql 3.6.4-1ubuntu1 amd64
-postfix-pcre 3.6.4-1ubuntu1 amd64
-postfix-pgsql 3.6.4-1ubuntu1 amd64
-postfix-sqlite 3.6.4-1ubuntu1 amd64
+postfix 3.6.4-1ubuntu1.1 amd64
+postfix-cdb 3.6.4-1ubuntu1.1 amd64
+postfix-ldap 3.6.4-1ubuntu1.1 amd64
+postfix-mysql 3.6.4-1ubuntu1.1 amd64
+postfix-pcre 3.6.4-1ubuntu1.1 amd64
+postfix-pgsql 3.6.4-1ubuntu1.1 amd64
+postfix-sqlite 3.6.4-1ubuntu1.1 amd64
-ubuntu-advantage-tools 27.13.6~22.04.1 amd64
+ubuntu-advantage-tools 27.14.4~22.04 amd64

.etckeeper
apt/apt.conf.d/20apt-esm-hook.conf
ubuntu-advantage/uaclient.conf
update-motd.d/88-esm-announce [deleted file]
update-motd.d/91-contract-ua-esm-status

index ece3bb526e232d0e95b59c14c0090b68bab18705..d9975ebf209849ed84151f637b0e11945c6294b7 100755 (executable)
@@ -3362,7 +3362,6 @@ maybe chmod 0755 'update-motd.d/00-header'
 maybe chmod 0755 'update-motd.d/10-help-text'
 maybe chmod 0755 'update-motd.d/50-motd-news'
 maybe chmod 0755 'update-motd.d/85-fwupd'
-maybe chmod 0755 'update-motd.d/88-esm-announce'
 maybe chmod 0755 'update-motd.d/90-updates-available'
 maybe chmod 0755 'update-motd.d/91-contract-ua-esm-status'
 maybe chmod 0755 'update-motd.d/91-release-upgrade'
index 7bcae444bbdc50d38c39f429757e0d09f0af62ac..36a75937c2fb3494978a0dc19eb26921ea8e81ce 100644 (file)
@@ -2,10 +2,6 @@ APT::Update::Pre-Invoke {
        "[ ! -e /run/systemd/system ] || [ $(id -u) -ne 0 ] || systemctl start --no-block apt-news.service esm-cache.service || true";
 };
 
-APT::Update::Post-Invoke-Stats {
-       "[ ! -f /usr/lib/ubuntu-advantage/apt-esm-hook ] || /usr/lib/ubuntu-advantage/apt-esm-hook || true";
-};
-
 binary::apt::AptCli::Hooks::Upgrade {
        "[ ! -f /usr/lib/ubuntu-advantage/apt-esm-json-hook ] || /usr/lib/ubuntu-advantage/apt-esm-json-hook || true";
 };
index 3bf107a58ed38c28c9c482b854339bf7e63cdc45..6499bf13c57f4a83d016831dc2f74de10b01b3c6 100644 (file)
@@ -1,18 +1,2 @@
-# Ubuntu Pro Client config file.
-# If you modify this file, run "pro refresh config" to ensure changes are
-# picked up by Ubuntu Pro Client.
-
 contract_url: https://contracts.canonical.com
-data_dir: /var/lib/ubuntu-advantage
-log_file: /var/log/ubuntu-advantage.log
 log_level: debug
-security_url: https://ubuntu.com/security
-timer_log_file: /var/log/ubuntu-advantage-timer.log
-daemon_log_file: /var/log/ubuntu-advantage-daemon.log
-ua_config:
-  apt_http_proxy: null
-  apt_https_proxy: null
-  http_proxy: null
-  https_proxy: null
-  update_messaging_timer: 21600
-  metering_timer: 14400
diff --git a/update-motd.d/88-esm-announce b/update-motd.d/88-esm-announce
deleted file mode 100755 (executable)
index 44b521b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-stamp="/var/lib/ubuntu-advantage/messages/motd-esm-announce"
-
-[ ! -r "$stamp" ] || cat "$stamp"
index cc823340c157f7b863b6b2da6d653483de19a620..cfc6bb22f007b8340ed2b6b82906e0b61a889178 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
-esm_stamp="/var/lib/ubuntu-advantage/messages/motd-esm-service-status"
+contract_status_stamp="/var/lib/ubuntu-advantage/messages/motd-contract-status"
 
-[ ! -r "$esm_stamp" ] || cat "$esm_stamp"
+[ ! -r "$contract_status_stamp" ] || cat "$contract_status_stamp"
 
 auto_attach_stamp="/var/lib/ubuntu-advantage/messages/motd-auto-attach-status"