Take version out of service name string.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 1 Dec 2009 04:09:18 +0000 (04:09 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 1 Dec 2009 04:09:18 +0000 (04:09 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@3204 cb58f699-b61c-0410-a6fe-9272a202ed29

shibd/shibd_win32.cpp

index 7a9a602..7069a91 100644 (file)
@@ -360,7 +360,7 @@ void CmdInstallService(LPCSTR name)
         return;
     }
     
-    string dispName = string("Shibboleth ") + PACKAGE_VERSION + " Daemon (" + name + ")";
+    string dispName = string("Shibboleth 2 Daemon (") + name + ")";
     string realName = string("shibd_") + name;
     string cmd(szPath);
     if (shar_prefix)