From e721ebc454f53609102c7343fc16b9d14c48de95 Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Sat, 14 Oct 2017 20:18:19 +0900 Subject: [PATCH] Clean up script permissions They are all installed with executable permissions in the root file system so there is no need to have them on the scripts in that are kept in the repository. --- scripts/docker-apt-clean | 0 scripts/remove-apt-lists | 0 scripts/replace-resolve-conf | 0 scripts/set-generic-hostname | 0 scripts/tweak-apt-config | 0 scripts/tweak-dpkg-config | 0 scripts/tweak-init-policy | 0 7 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 scripts/docker-apt-clean mode change 100755 => 100644 scripts/remove-apt-lists mode change 100755 => 100644 scripts/replace-resolve-conf mode change 100755 => 100644 scripts/set-generic-hostname mode change 100755 => 100644 scripts/tweak-apt-config mode change 100755 => 100644 scripts/tweak-dpkg-config mode change 100755 => 100644 scripts/tweak-init-policy diff --git a/scripts/docker-apt-clean b/scripts/docker-apt-clean old mode 100755 new mode 100644 diff --git a/scripts/remove-apt-lists b/scripts/remove-apt-lists old mode 100755 new mode 100644 diff --git a/scripts/replace-resolve-conf b/scripts/replace-resolve-conf old mode 100755 new mode 100644 diff --git a/scripts/set-generic-hostname b/scripts/set-generic-hostname old mode 100755 new mode 100644 diff --git a/scripts/tweak-apt-config b/scripts/tweak-apt-config old mode 100755 new mode 100644 diff --git a/scripts/tweak-dpkg-config b/scripts/tweak-dpkg-config old mode 100755 new mode 100644 diff --git a/scripts/tweak-init-policy b/scripts/tweak-init-policy old mode 100755 new mode 100644