From: Scott Cantor Date: Tue, 1 Dec 2009 04:09:18 +0000 (+0000) Subject: Take version out of service name string. X-Git-Tag: 2.3.1 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=refs%2Ftags%2F2.3.1 Take version out of service name string. --- diff --git a/shibd/shibd_win32.cpp b/shibd/shibd_win32.cpp index 7a9a602..7069a91 100644 --- a/shibd/shibd_win32.cpp +++ b/shibd/shibd_win32.cpp @@ -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)