From: Scott Cantor Date: Fri, 8 Jun 2007 21:46:40 +0000 (+0000) Subject: Rename service name. X-Git-Tag: 2.0-alpha1~18 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=706651d07c27b56a09b8fc21a70cdc6aa600d20e Rename service name. --- diff --git a/shibd/shibd_win32.cpp b/shibd/shibd_win32.cpp index 46918ae..de27057 100644 --- a/shibd/shibd_win32.cpp +++ b/shibd/shibd_win32.cpp @@ -354,7 +354,7 @@ void CmdInstallService(LPCSTR name) } sprintf(dispName,"Shibboleth %s Daemon (%s)",PACKAGE_VERSION,name); - sprintf(realName,"shibd_%s",name); + sprintf(realName,"shibd2_%s",name); if (shar_config && shar_schemadir) sprintf(cmd,"%s -config %s -schemadir %s",szPath,shar_config,shar_schemadir); else if (shar_config) @@ -410,7 +410,7 @@ void CmdRemoveService(LPCSTR name) SC_HANDLE schSCManager; char realName[512]; - sprintf(realName,"shibd_%s",name); + sprintf(realName,"shibd2_%s",name); schSCManager = OpenSCManager( NULL, // machine (NULL == local)