Take version out of service name string. 2.3.1
authorScott Cantor <cantor.2@osu.edu>
Tue, 1 Dec 2009 04:09:18 +0000 (04:09 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 1 Dec 2009 04:09:18 +0000 (04:09 +0000)
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)