confwiz: change smb service name to remove 'tahoe'

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'
This commit is contained in:
robk-tahoe 2008-02-21 18:40:04 -07:00
parent 098b593a21
commit 7f35743f85

View 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