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:
a4f5d6c
)
Add -b 0 option, possibility to other non-default options.
author
Zdeněk Salvet
<salvet@ics.muni.cz>
Tue, 7 Aug 2007 10:59:09 +0000
(10:59 +0000)
committer
Zdeněk Salvet
<salvet@ics.muni.cz>
Tue, 7 Aug 2007 10:59:09 +0000
(10:59 +0000)
org.glite.lb.server/config/startup
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/config/startup
b/org.glite.lb.server/config/startup
index
8aae539
..
3f1a335
100755
(executable)
--- a/
org.glite.lb.server/config/startup
+++ b/
org.glite.lb.server/config/startup
@@
-63,6
+63,7
@@
start()
su - $GLITE_USER -c "$GLITE_LOCATION/bin/glite-lb-bkserverd \
--notif-il-sock=$GLITE_LB_NOTIF_SOCK \
--notif-il-fprefix=$GLITE_LB_NOTIF_FPREFIX \
+ -b 0 $GLITE_LB_BKSERVERD_ADDOPTS \
$super $creds -i $pidfile $port $wport $dumpdir $purgedir $maildir" \
&& echo " done" || echo " FAILED"