patch for wscript permissions
Ricky Nance
ricky.nance at weaubleau.k12.mo.us
Tue Sep 25 00:19:42 MDT 2012
wscript and wscript_build at the top level should not be executable.
--
-------------- next part --------------
From bf2a903f56d38eb742a45bfb6b02257269371f13 Mon Sep 17 00:00:00 2001
From: Ricky Nance <ricky.nance at weaubleau.k12.mo.us>
Date: Tue, 25 Sep 2012 01:10:42 -0500
Subject: [PATCH] wscript: Removed executable bit.
Removed the executable for both wscript and wscript_build.
---
0 files changed
mode change 100755 => 100644 wscript
mode change 100755 => 100644 wscript_build
diff --git a/wscript b/wscript
old mode 100755
new mode 100644
diff --git a/wscript_build b/wscript_build
old mode 100755
new mode 100644
--
1.7.9.5
More information about the samba-technical
mailing list