* cygcheck.cc (dump_sysinfo): Add missing "Server Foundation" to
products array.
This commit is contained in:
parent
07271a4b02
commit
8b1e0815ab
|
@ -1,3 +1,8 @@
|
||||||
|
2009-07-23 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* cygcheck.cc (dump_sysinfo): Add missing "Server Foundation" to
|
||||||
|
products array.
|
||||||
|
|
||||||
2009-07-22 Corinna Vinschen <corinna@vinschen.de>
|
2009-07-22 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* mount.cc (do_mount): Replace --no-executable flag with notexec
|
* mount.cc (do_mount): Replace --no-executable flag with notexec
|
||||||
|
|
|
@ -1301,7 +1301,7 @@ dump_sysinfo ()
|
||||||
" Essential Business Server Management Server",
|
" Essential Business Server Management Server",
|
||||||
" Essential Business Server Security Server"
|
" Essential Business Server Security Server"
|
||||||
" Essential Business Server Messaging Server",
|
" Essential Business Server Messaging Server",
|
||||||
"",
|
" Server Foundation",
|
||||||
"",
|
"",
|
||||||
" without Hyper-V for Windows Essential Server Solutions",
|
" without Hyper-V for Windows Essential Server Solutions",
|
||||||
" Server Standard without Hyper-V",
|
" Server Standard without Hyper-V",
|
||||||
|
|
Loading…
Reference in New Issue