From 13a14267e612fb6a28ddef57f30f9de2685fc2ff Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Sat, 8 Oct 2011 10:02:24 +0100 Subject: [PATCH] Fixed compilation of messages.mc. Compiling messages.mc failed in paths containing a space. Eugene Lifshitz advised how to construct a commandline which would work in such paths. --- ChangeLog.txt | 2 ++ README.txt | 3 ++- nssm.vcproj | 8 ++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index b5ac32c..ec9d9e1 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,7 @@ Changes since 2.9 ----------------- + * Fixed failure to compile messages.mc in paths containing spaces. + * Fixed edge case with CreateProcess(). Correctly handle the case where the application executable is under diff --git a/README.txt b/README.txt index d609015..abc22cd 100644 --- a/README.txt +++ b/README.txt @@ -178,7 +178,8 @@ Thanks to Arve Knudsen for spotting that child processes of the monitored application could be left running on service shutdown, and that a missing registry value for AppDirectory confused NSSM. Thanks to Peter Wagemans and Laszlo Keresztfalvi for suggesting throttling restarts. -Thanks to Eugene Lifshitz for finding an edge case in CreateProcess(). +Thanks to Eugene Lifshitz for finding an edge case in CreateProcess() and for +advising how to build messages.mc correctly in paths containing spaces. Licence ------- diff --git a/nssm.vcproj b/nssm.vcproj index b85c1e7..f9afffd 100755 --- a/nssm.vcproj +++ b/nssm.vcproj @@ -694,7 +694,7 @@ @@ -704,7 +704,7 @@ @@ -714,7 +714,7 @@ @@ -725,7 +725,7 @@ -- 2.20.1