projects
/
racktables
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6171ab7
)
r1575 + don't remove the tempfile
author
Denis Ovsienko
<infrastation@yandex.ru>
Mon, 21 Jan 2008 14:10:54 +0000
(14:10 +0000)
committer
Denis Ovsienko
<infrastation@yandex.ru>
Mon, 21 Jan 2008 14:10:54 +0000
(14:10 +0000)
+ fix comment
gateways/slbconfig/main
patch
|
blob
|
blame
|
history
diff --git
a/gateways/slbconfig/main
b/gateways/slbconfig/main
index 96a1f6b81e966d37907fb26c191e6bb682df8c0d..e22904ca6e9ba31115496454dbc0aead5af43015 100755
(executable)
--- a/
gateways/slbconfig/main
+++ b/
gateways/slbconfig/main
@@
-4,8
+4,7
@@
# a live load balancer. The only supported command is:
#
# * connect <endpoint> <hardware> <software> <username>: authorize transaction
-# * activate <filename>: call user-supplied configuration installer and remove
-# the temp file
+# * activate <filename>: call user-supplied configuration installer
#
endpoint=
@@
-72,5
+71,4
@@
while read cmd args; do
esac
done
-[ -f "$cfgfile" ] && rm -f "$cfgfile"
exit 0