From 745ed689f76ec002598bb2130b8a6c4373be1f45 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 1 Dec 2009 04:09:18 +0000 Subject: [PATCH] Take version out of service name string. --- shibd/shibd_win32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.1.4