git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71cd45f
)
Fix getting status of interlogd.
author
František Dvořák
<valtri@civ.zcu.cz>
Mon, 10 Sep 2012 14:45:20 +0000
(14:45 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Mon, 10 Sep 2012 14:45:20 +0000
(14:45 +0000)
org.glite.lb.logger/config/startup
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.logger/config/startup
b/org.glite.lb.logger/config/startup
index
04dd664
..
b5a4dfc
100755
(executable)
--- a/
org.glite.lb.logger/config/startup
+++ b/
org.glite.lb.logger/config/startup
@@
-193,7
+193,7
@@
status()
retval=0
status_daemon "glite-lb-logd" "$LL_PIDFILE" || retval=1
- status_daemon "glite-lb-interlogd" "$
L
L_PIDFILE" || retval=1
+ status_daemon "glite-lb-interlogd" "$
I
L_PIDFILE" || retval=1
return $retval
}