# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: kit.sh,v 1.27 2004/03/15 06:58:33 marka Exp $
+# $Id: kit.sh,v 1.28 2004/06/03 02:45:03 marka Exp $
# Make a release kit
#
find . -name .cvsignore -print | xargs rm
+# The following files should be executable.
+chmod +x configure install-sh mkinstalldirs \
+ lib/bind/configure lib/bind/mkinstalldirs \
+ bin/tests/system/ifconfig.sh
+
cd .. || exit 1
kit=$topdir.tar.gz