From: robk-tahoe Date: Fri, 22 Feb 2008 01:40:04 +0000 (-0700) Subject: confwiz: change smb service name to remove 'tahoe' X-Git-Url: https://git.rkrishnan.org/simplejson/%22news.html/provisioning?a=commitdiff_plain;h=7f35743f8571740233c84e33c7e15fc548319f4e;p=tahoe-lafs%2Ftahoe-lafs.git 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' --- diff --git a/src/allmydata/gui/confwiz.py b/src/allmydata/gui/confwiz.py index 07b4ad16..986950e2 100644 --- 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