From 2eb79ad30829beb64365efe992dd50f51aad9d43 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Wed, 24 Aug 2005 16:10:17 +0000 Subject: [PATCH] Make configuration scripts executable Mark the shell scripts under config and util as executable. Tom, this probably wants to be pulled up to the 1.3 branch as well. ticket: new Tags: pullup Target_Version: 1.4.3 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17352 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/config.guess | 0 src/config/config.sub | 0 src/config/install-sh | 0 src/util/reconf | 0 4 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 src/config/config.guess mode change 100644 => 100755 src/config/config.sub mode change 100644 => 100755 src/config/install-sh mode change 100644 => 100755 src/util/reconf diff --git a/src/config/config.guess b/src/config/config.guess old mode 100644 new mode 100755 diff --git a/src/config/config.sub b/src/config/config.sub old mode 100644 new mode 100755 diff --git a/src/config/install-sh b/src/config/install-sh old mode 100644 new mode 100755 diff --git a/src/util/reconf b/src/util/reconf old mode 100644 new mode 100755 -- 2.26.2