From: atz Date: Wed, 9 Jun 2010 19:10:47 +0000 (+0000) Subject: Executable scripts X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bc60fc16c82519bf4a9f0ec02defc322bef08066;p=evergreen%2Fbjwebb.git Executable scripts These were all found by ./build/tools/script_x_check.sh Signed-off-by: Joe Atzberger git-svn-id: svn://svn.open-ils.org/ILS/trunk@16636 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/apache/startup.pl b/Open-ILS/examples/apache/startup.pl old mode 100644 new mode 100755 diff --git a/Open-ILS/examples/build-eg-replication.sh b/Open-ILS/examples/build-eg-replication.sh old mode 100644 new mode 100755 diff --git a/Open-ILS/src/asterisk/pbx-daemon/eg-pbx-allocator.pl b/Open-ILS/src/asterisk/pbx-daemon/eg-pbx-allocator.pl old mode 100644 new mode 100755 diff --git a/Open-ILS/src/asterisk/pbx-daemon/eg-pbx-mediator.pl b/Open-ILS/src/asterisk/pbx-daemon/eg-pbx-mediator.pl old mode 100644 new mode 100755 diff --git a/Open-ILS/src/asterisk/pbx-daemon/test_client.pl b/Open-ILS/src/asterisk/pbx-daemon/test_client.pl old mode 100644 new mode 100755 diff --git a/Open-ILS/src/extras/Evergreen.py b/Open-ILS/src/extras/Evergreen.py old mode 100644 new mode 100755 diff --git a/Open-ILS/src/extras/facet_types_js.pl b/Open-ILS/src/extras/facet_types_js.pl old mode 100644 new mode 100755 diff --git a/Open-ILS/src/extras/opensrf_settings_puller.pl b/Open-ILS/src/extras/opensrf_settings_puller.pl old mode 100644 new mode 100755 diff --git a/Open-ILS/src/extras/org_lasso_js.pl b/Open-ILS/src/extras/org_lasso_js.pl old mode 100644 new mode 100755 diff --git a/Open-ILS/src/extras/org_tree_html_options.pl b/Open-ILS/src/extras/org_tree_html_options.pl old mode 100644 new mode 100755 diff --git a/Open-ILS/src/extras/org_tree_js.pl b/Open-ILS/src/extras/org_tree_js.pl old mode 100644 new mode 100755 diff --git a/Open-ILS/src/extras/org_tree_proximity.pl b/Open-ILS/src/extras/org_tree_proximity.pl old mode 100644 new mode 100755 diff --git a/Open-ILS/src/python/oils/__init__.py b/Open-ILS/src/python/oils/__init__.py old mode 100644 new mode 100755 diff --git a/Open-ILS/src/python/oils/const.py b/Open-ILS/src/python/oils/const.py old mode 100644 new mode 100755 diff --git a/Open-ILS/src/python/oils/event.py b/Open-ILS/src/python/oils/event.py old mode 100644 new mode 100755 diff --git a/Open-ILS/src/python/oils/org.py b/Open-ILS/src/python/oils/org.py old mode 100644 new mode 100755 diff --git a/Open-ILS/src/python/oils/system.py b/Open-ILS/src/python/oils/system.py old mode 100644 new mode 100755 diff --git a/Open-ILS/src/python/oils/utils/__init__.py b/Open-ILS/src/python/oils/utils/__init__.py old mode 100644 new mode 100755 diff --git a/Open-ILS/src/python/oils/utils/csedit.py b/Open-ILS/src/python/oils/utils/csedit.py old mode 100644 new mode 100755 diff --git a/Open-ILS/src/python/oils/utils/idl.py b/Open-ILS/src/python/oils/utils/idl.py old mode 100644 new mode 100755 diff --git a/Open-ILS/src/python/oils/utils/utils.py b/Open-ILS/src/python/oils/utils/utils.py old mode 100644 new mode 100755 diff --git a/Open-ILS/src/python/setup.py b/Open-ILS/src/python/setup.py old mode 100644 new mode 100755 diff --git a/Open-ILS/src/support-scripts/edi_fetcher.pl b/Open-ILS/src/support-scripts/edi_fetcher.pl old mode 100644 new mode 100755 diff --git a/Open-ILS/src/support-scripts/edi_pusher.pl b/Open-ILS/src/support-scripts/edi_pusher.pl old mode 100644 new mode 100755 diff --git a/Open-ILS/src/support-scripts/eg_db_config.pl b/Open-ILS/src/support-scripts/eg_db_config.pl old mode 100644 new mode 100755 diff --git a/Open-ILS/src/support-scripts/test-scripts/acq_fund.py b/Open-ILS/src/support-scripts/test-scripts/acq_fund.py old mode 100644 new mode 100755 diff --git a/Open-ILS/src/support-scripts/test-scripts/circ_rules.pl b/Open-ILS/src/support-scripts/test-scripts/circ_rules.pl old mode 100644 new mode 100755 diff --git a/Open-ILS/src/support-scripts/test-scripts/collections.pl b/Open-ILS/src/support-scripts/test-scripts/collections.pl old mode 100644 new mode 100755 diff --git a/Open-ILS/src/support-scripts/test-scripts/edi_object.pl b/Open-ILS/src/support-scripts/test-scripts/edi_object.pl old mode 100644 new mode 100755 diff --git a/Open-ILS/src/support-scripts/test-scripts/ftp.pl b/Open-ILS/src/support-scripts/test-scripts/ftp.pl old mode 100644 new mode 100755 diff --git a/Open-ILS/src/support-scripts/test-scripts/ftp_ls.pl b/Open-ILS/src/support-scripts/test-scripts/ftp_ls.pl old mode 100644 new mode 100755 diff --git a/Open-ILS/src/support-scripts/test-scripts/net_ssh2.pl b/Open-ILS/src/support-scripts/test-scripts/net_ssh2.pl old mode 100644 new mode 100755 diff --git a/Open-ILS/src/support-scripts/test-scripts/net_ssh2_ls.pl b/Open-ILS/src/support-scripts/test-scripts/net_ssh2_ls.pl old mode 100644 new mode 100755 diff --git a/Open-ILS/src/support-scripts/test-scripts/ordrsp_parse.pl b/Open-ILS/src/support-scripts/test-scripts/ordrsp_parse.pl old mode 100644 new mode 100755 diff --git a/Open-ILS/src/support-scripts/test-scripts/payment_test.pl b/Open-ILS/src/support-scripts/test-scripts/payment_test.pl old mode 100644 new mode 100755 diff --git a/build/i18n/scripts/marc_tooltip_maker.py b/build/i18n/scripts/marc_tooltip_maker.py old mode 100644 new mode 100755 diff --git a/build/i18n/tests/check_entities.py b/build/i18n/tests/check_entities.py old mode 100644 new mode 100755 diff --git a/build/i18n/tests/check_properties.py b/build/i18n/tests/check_properties.py old mode 100644 new mode 100755 diff --git a/build/i18n/tests/testIDL.py b/build/i18n/tests/testIDL.py old mode 100644 new mode 100755 diff --git a/build/i18n/tests/testSQL.py b/build/i18n/tests/testSQL.py old mode 100644 new mode 100755 diff --git a/build/i18n/tests/testbase.py b/build/i18n/tests/testbase.py old mode 100644 new mode 100755 diff --git a/build/i18n/tests/testhelper.py b/build/i18n/tests/testhelper.py old mode 100644 new mode 100755 diff --git a/build/i18n/tests/testpo.py b/build/i18n/tests/testpo.py old mode 100644 new mode 100755