From: intrigeri Date: Tue, 20 Sep 2011 20:35:23 +0000 (+0200) Subject: Remove useless and inconsistent executable bit on sys handler. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=65ff22247ef1011a55ed8181440be69e4728e9d9;p=backupninja.git Remove useless and inconsistent executable bit on sys handler. --- 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