]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Guido Serassio <serassio@squid-cache.org>
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 12 Apr 2008 14:05:21 +0000 (08:05 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 12 Apr 2008 14:05:21 +0000 (08:05 -0600)
Windows port: Released name of Longhorn Server is Windows Server 2008

src/WinSvc.cc [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 4d49b94..8f7a2ba
@@ -344,7 +344,7 @@ GetOSVersion()
            if (osvi.wProductType == VER_NT_WORKSTATION)
                WIN32_OS_string = xstrdup("Windows Vista");
            else
-               WIN32_OS_string = xstrdup("Windows Server \"Longhorn\"");
+               WIN32_OS_string = xstrdup("Windows Server 2008");
            return _WIN_OS_WINLON;
        }
        break;