From 7f35743f8571740233c84e33c7e15fc548319f4e Mon Sep 17 00:00:00 2001 From: robk-tahoe Date: Thu, 21 Feb 2008 18:40:04 -0700 Subject: [PATCH] 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' --- src/allmydata/gui/confwiz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2