Take version out of service name string.
[shibboleth/cpp-sp.git] / 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)