From 578f3b0e4c734bb0d37ea7c940b6e827a83bd105 Mon Sep 17 00:00:00 2001 From: cantor Date: Fri, 8 Jun 2007 21:46:40 +0000 Subject: [PATCH] Rename service name. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2295 cb58f699-b61c-0410-a6fe-9272a202ed29 --- shibd/shibd_win32.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.1.4