File: init-script-lsb-headers.patch

package info (click to toggle)
atop 2.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,324 kB
  • sloc: ansic: 35,620; python: 257; sh: 248; makefile: 193
file content (29 lines) | stat: -rw-r--r-- 1,084 bytes parent folder | download | duplicates (2)
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