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:
dd0a936
)
Added stop option (--stop also valid)
author
gdiez
<>
Thu, 17 Feb 2005 14:09:41 +0000
(14:09 +0000)
committer
gdiez
<>
Thu, 17 Feb 2005 14:09:41 +0000
(14:09 +0000)
org.glite.deployment.lb/config/scripts/glite-lb-config.py
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.deployment.lb/config/scripts/glite-lb-config.py
b/org.glite.deployment.lb/config/scripts/glite-lb-config.py
index
0370a8c
..
e052680
100644
(file)
--- a/
org.glite.deployment.lb/config/scripts/glite-lb-config.py
+++ b/
org.glite.deployment.lb/config/scripts/glite-lb-config.py
@@
-303,10
+303,10
@@
if __name__ == '__main__':
service.showVersion()
glib.print_params(params)
sys.exit(0)
- if o == "--stop":
+ if o in ("stop", "--stop"):
service.stop()
sys.exit(0)
-
if o == "--start"
:
+
if o in ("start", "--start")
:
service.start()
sys.exit(0)
if o == "--status":