projects
/
certmaster.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e64c31
)
Make status in lsb init script more return useful exit status
author
Adrian Likins
<alikins@redhat.com>
Tue, 19 May 2009 16:29:32 +0000
(12:29 -0400)
committer
Adrian Likins
<alikins@redhat.com>
Tue, 19 May 2009 16:29:32 +0000
(12:29 -0400)
Reported by Darryl Dixon <darryl.dixon@winterhouseconsulting.com>
init-scripts/certmaster
patch
|
blob
|
history
diff --git
a/init-scripts/certmaster
b/init-scripts/certmaster
index
6cfe4c2
..
5e6f0b1
100755
(executable)
--- a/
init-scripts/certmaster
+++ b/
init-scripts/certmaster
@@
-39,6
+39,7
@@
CAStatus()
RVAL=3
echo "certmaster is not running"
fi
+ return $RVAL
}
if [ -f /lib/lsb/init-functions ]; then