1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
From: Marc Haber <mh+debian-packages@zugschlus.de>
Date: Sun, 25 May 2025 20:54:51 +0200
Subject: Short-Description and Description were swapped
Forwarded: not-needed
Last-Update: 2016-08-07
---
atopacct.init | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/atopacct.init b/atopacct.init
index c681f55..a57615a 100755
--- a/atopacct.init
+++ b/atopacct.init
@@ -11,10 +11,10 @@
# Required-Stop: $local_fs $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
-# Short-Description: This daemon switches on process accounting and
-# transfers the process accounting records 'realtime'
-# to small shadow files to avoid huge disk space usage
-# Description: Process accounting control
+# Description: This daemon switches on process accounting and
+# transfers the process accounting records 'realtime'
+# to small shadow files to avoid huge disk space usage
+# Short-Description: Process accounting control
### END INIT INFO
. /lib/lsb/init-functions
|