aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/atop/atop/sysvinit-implement-status.patch
blob: 5994d3e08e3ac7a523cbbf87c8c331caed0e29c5 (plain)
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
Implement the sub-command status.

Upstream-Status: Pending

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
diff --git a/atop.init b/atop.init
index 108bdc5..9f89fad 100755
--- a/atop.init
+++ b/atop.init
@@ -18,6 +18,8 @@
 # Check existance of binaries 
 [ -f /usr/bin/atop ] || exit 0
 
+[ -f /etc/init.d/functions ] && . /etc/init.d/functions
+
 PIDFILE=/var/run/atop.pid
 RETVAL=0
 
@@ -63,6 +65,7 @@ case "$1" in
 	;;
 
   status)
+	status atop
 	;;
 
   reload)