From 65ff22247ef1011a55ed8181440be69e4728e9d9 Mon Sep 17 00:00:00 2001
From: intrigeri <intrigeri@boum.org>
Date: Tue, 20 Sep 2011 22:35:23 +0200
Subject: [PATCH] Remove useless and inconsistent executable bit on sys
 handler.

---
 ChangeLog       | 2 ++
 handlers/sys.in | 0
 2 files changed, 2 insertions(+)
 mode change 100755 => 100644 handlers/sys.in

diff --git a/ChangeLog b/ChangeLog
index 60455d9..8174f76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,8 @@ version 0.9.10 -- UNRELEASED
 	sh:
 	 . Allow 'when = XXX' with spaces (Redmine#2769).
 	   Thanks to aihtdikh for the patch.
+	sys:
+	 . Remove useless and inconsistent executable bit on handler.
     helper changes
 	rdiff:
 	 . Fix infinite loop when version inconsistency is detected.
diff --git a/handlers/sys.in b/handlers/sys.in
old mode 100755
new mode 100644
-- 
GitLab