From f67f7191e682be9f370fd8fe48cdc0e5481947dc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Tue, 5 Apr 2022 15:12:49 -0400
Subject: [PATCH] sort lines

---
 howto/upgrades/bullseye.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/howto/upgrades/bullseye.md b/howto/upgrades/bullseye.md
index 87cd16ae..2ab7ebd3 100644
--- a/howto/upgrades/bullseye.md
+++ b/howto/upgrades/bullseye.md
@@ -164,16 +164,16 @@ those prompts.
 
  * the following files can be safely removed (answer `n`):
  
-        /etc/cron.daily/bsdmainutils.dpkg-remove
-        /etc/ca-certificates.conf.dpkg-old
-        /etc/ldap/ldap.conf.dpkg-dist
-        /etc/default/prometheus-node-exporter.dpkg-dist
         /etc/apt/apt.conf.d/50unattended-upgrades.dpkg-dist
-        /etc/unbound/unbound.conf.dpkg-dist
+        /etc/ca-certificates.conf.dpkg-old
+        /etc/cron.daily/bsdmainutils.dpkg-remove
         /etc/default/prometheus-apache-exporter.dpkg-dist
+        /etc/default/prometheus-node-exporter.dpkg-dist
+        /etc/ldap/ldap.conf.dpkg-dist
         /etc/logrotate.d/apache2.dpkg-dist
         /etc/sudoers.dpkg-dist
         /etc/syslog-ng/syslog-ng.conf.dpkg-dist
+        /etc/unbound/unbound.conf.dpkg-dist
 
 Other unresolved files are noted in the Issues section below.
 
-- 
GitLab