From 115fa4e5797b308c0e6e12ecf0a742188113343a Mon Sep 17 00:00:00 2001 From: Jonas Wagner Date: Thu, 2 Jan 2025 10:43:39 +0100 Subject: [PATCH] something new: 2025-01-02 10:43:39 --- gist/runbook - ubuntu dist-upgrade.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gist/runbook - ubuntu dist-upgrade.md b/gist/runbook - ubuntu dist-upgrade.md index ee6f975..b6c5e97 100644 --- a/gist/runbook - ubuntu dist-upgrade.md +++ b/gist/runbook - ubuntu dist-upgrade.md @@ -1,6 +1,6 @@ --- date created: Friday, December 27th 2024, 4:34:01 pm -date modified: Thursday, January 2nd 2025, 10:38:19 am +date modified: Thursday, January 2nd 2025, 10:43:31 am tags: --- @@ -27,11 +27,9 @@ EOF' explanation from the [dpkg man page](https://manpages.debian.org/buster/dpkg/dpkg.1#OPTIONS): -``` -confold: If a conffile has been modified and the version in the package did change, always keep the old version without prompting, unless the --force-confdef is also specified, in which case the default action is preferred. +> confold: If a conffile has been modified and the version in the package did change, always keep the old version without prompting, unless the --force-confdef is also specified, in which case the default action is preferred. -confdef: If a conffile has been modified and the version in the package did change, always choose the default action without prompting. If there is no default action it will stop to ask the user unless --force-confnew or --force-confold is also been given, in which case it will use that to decide the final action. -``` +> confdef: If a conffile has been modified and the version in the package did change, always choose the default action without prompting. If there is no default action it will stop to ask the user unless --force-confnew or --force-confold is also been given, in which case it will use that to decide the final action. ## post-upgrade: manage configuration file changes