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:
098b593
)
confwiz: change smb service name to remove 'tahoe'
author
robk-tahoe
<robk-tahoe@allmydata.com>
Fri, 22 Feb 2008 01:40:04 +0000
(18:40 -0700)
committer
robk-tahoe
<robk-tahoe@allmydata.com>
Fri, 22 Feb 2008 01:40:04 +0000
(18:40 -0700)
the name 'tahoe' is in the process of being removed from the windows
installer and binaries. this changes the name of the smb service the
confwiz tries to start to 'Allmydata SMB'
src/allmydata/gui/confwiz.py
patch
|
blob
|
history
diff --git
a/src/allmydata/gui/confwiz.py
b/src/allmydata/gui/confwiz.py
index 07b4ad160ae8755f25e9ec7c7e94316727addedf..986950e2b69f146b2ae1b073377e29c36785d49f 100644
(file)
--- a/
src/allmydata/gui/confwiz.py
+++ b/
src/allmydata/gui/confwiz.py
@@
-5,7
+5,7
@@
BACKEND = 'native_client.php'
ACCOUNT_PAGE = 'account'
WELCOME_PAGE = 'welcome_install'
TAHOESVC_NAME = 'Tahoe'
-WINFUSESVC_NAME = 'Allmydata
Tahoe
SMB'
+WINFUSESVC_NAME = 'Allmydata SMB'
import os
import re