From: Zbigniew Jędrzejewski-Szmek Date: Fri, 25 Jul 2025 10:12:08 +0000 (+0200) Subject: tools: make all .py program files executable X-Git-Tag: v258-rc2~86^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aedfd979f7ef275f1535adafa10f9d1458ffea3;p=thirdparty%2Fsystemd.git tools: make all .py program files executable All those files are standalone programs that can be executed directly. Some .py files were marked executable, others weren't, probably accidentally. Mark them all as executable in preparation for subsequent changes. --- diff --git a/man/check-os-release-simple.py b/man/check-os-release-simple.py old mode 100644 new mode 100755 diff --git a/man/check-os-release.py b/man/check-os-release.py old mode 100644 new mode 100755 diff --git a/man/notify-selfcontained-example.py b/man/notify-selfcontained-example.py old mode 100644 new mode 100755 diff --git a/src/boot/generate-hwids-section.py b/src/boot/generate-hwids-section.py old mode 100644 new mode 100755 diff --git a/src/fuzz/fuzz-bootspec-gen.py b/src/fuzz/fuzz-bootspec-gen.py old mode 100644 new mode 100755 diff --git a/src/include/override/sys/generate-syscall.py b/src/include/override/sys/generate-syscall.py old mode 100644 new mode 100755 diff --git a/src/shared/ethtool-link-mode.py b/src/shared/ethtool-link-mode.py old mode 100644 new mode 100755 diff --git a/test/fuzz/generate-directives.py b/test/fuzz/generate-directives.py old mode 100644 new mode 100755 diff --git a/test/sd-script.py b/test/sd-script.py old mode 100644 new mode 100755 diff --git a/tools/check-version-history.py b/tools/check-version-history.py old mode 100644 new mode 100755 diff --git a/tools/chromiumos/gen_autosuspend_rules.py b/tools/chromiumos/gen_autosuspend_rules.py old mode 100644 new mode 100755 diff --git a/tools/dump-auxv.py b/tools/dump-auxv.py old mode 100644 new mode 100755 diff --git a/tools/gdb-sd_dump_hashmaps.py b/tools/gdb-sd_dump_hashmaps.py old mode 100644 new mode 100755 diff --git a/tools/list-discoverable-partitions.py b/tools/list-discoverable-partitions.py old mode 100644 new mode 100755