From d0bdc62cddff86b8601bb0e32b8a115be65032ff Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 28 Dec 2014 15:05:26 +0100 Subject: Document changes and release 0.0.9-1 --- .../0002-Abort-early-if-we-found-a-match.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 debian/patches/0002-Abort-early-if-we-found-a-match.patch (limited to 'debian/patches/0002-Abort-early-if-we-found-a-match.patch') diff --git a/debian/patches/0002-Abort-early-if-we-found-a-match.patch b/debian/patches/0002-Abort-early-if-we-found-a-match.patch deleted file mode 100644 index 3513ad6..0000000 --- a/debian/patches/0002-Abort-early-if-we-found-a-match.patch +++ /dev/null @@ -1,24 +0,0 @@ -From: =?utf-8?q?Guido_G=C3=BCnther?= -Date: Mon, 14 Jul 2014 16:12:43 +0200 -Subject: Abort early if we found a match - -Once we found a shared object that a process maps we don't need to -continue with the other shared objects since one is enough to require -a process restart. ---- - whatmaps/command.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/whatmaps/command.py b/whatmaps/command.py -index 7690ef8..e649cbb 100755 ---- a/whatmaps/command.py -+++ b/whatmaps/command.py -@@ -39,7 +39,7 @@ def check_maps(procs, shared_objects): - restart_procs[proc.exe] += [ proc ] - else: - restart_procs[proc.exe] = [ proc ] -- continue -+ break - return restart_procs - - -- cgit v1.2.3