X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibd%2Fshibd_win32.cpp;h=7069a91b3758bb300299cad68f56ffd145d18099;hb=1312372ff923aa57aa6d496cb9e3968ac053353e;hp=7a9a60225347d8d1c28caa61455afdf02fa1aef3;hpb=0c3027e39810f569cb474711311311d1e88f80df;p=shibboleth%2Fsp.git 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)