]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
confwiz: change smb service name to remove 'tahoe'
authorrobk-tahoe <robk-tahoe@allmydata.com>
Fri, 22 Feb 2008 01:40:04 +0000 (18:40 -0700)
committerrobk-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

index 07b4ad160ae8755f25e9ec7c7e94316727addedf..986950e2b69f146b2ae1b073377e29c36785d49f 100644 (file)
@@ -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