projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5a7eb0
)
change our default HTTP port to 8123
author
Brian Warner
<warner@allmydata.com>
Thu, 11 Oct 2007 20:17:23 +0000
(13:17 -0700)
committer
Brian Warner
<warner@allmydata.com>
Thu, 11 Oct 2007 20:17:23 +0000
(13:17 -0700)
src/allmydata/scripts/create_node.py
patch
|
blob
|
history
diff --git
a/src/allmydata/scripts/create_node.py
b/src/allmydata/scripts/create_node.py
index bb7b9ce2e241bab7a5e56ae829fb82d4b0b88453..33f61fa0398945960c75d3e45534e6cda542dca4 100644
(file)
--- a/
src/allmydata/scripts/create_node.py
+++ b/
src/allmydata/scripts/create_node.py
@@
-6,7
+6,7
@@
from allmydata.scripts.common import BasedirMixin, NoDefaultBasedirMixin
class CreateClientOptions(BasedirMixin, usage.Options):
optParameters = [
["basedir", "C", None, "which directory to create the client in"],
- ["webport", "p", "tcp:8
011
:interface=127.0.0.1",
+ ["webport", "p", "tcp:8
123
:interface=127.0.0.1",
"which TCP port to run the HTTP interface on. Use 'none' to disable."],
]