[PATCH 1/3] Change "No package" -> "Unknown package" in postinstall script failure report.

Jon TURNEY jon.turney@dronecode.org.uk
Fri Nov 19 14:52:00 GMT 2010


Left over postinstall scripts may well have been installed by a
package, we just don't know which one at this point.

2010-11-17  Jon TURNEY  <jon.turney@dronecode.org.uk>

	* postinstall.cc (do_postinstall_thread): Refer to "Unknown package"
	rather than "No package"

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
---
 postinstall.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/postinstall.cc b/postinstall.cc
index 8a4635d..1d24027 100644
--- a/postinstall.cc
+++ b/postinstall.cc
@@ -186,7 +186,7 @@ do_postinstall_thread (HINSTANCE h, HWND owner)
 
   // and try to run what's left...
   {
-    RunScript scriptRunner("No package", scripts);
+    RunScript scriptRunner("Unknown package", scripts);
     scriptRunner.run_all(s);
   }
 
-- 
1.7.2.3



More information about the Cygwin-apps mailing list