]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tools: make all .py program files executable
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 25 Jul 2025 10:12:08 +0000 (12:12 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 25 Jul 2025 10:33:13 +0000 (12:33 +0200)
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.

14 files changed:
man/check-os-release-simple.py [changed mode: 0644->0755]
man/check-os-release.py [changed mode: 0644->0755]
man/notify-selfcontained-example.py [changed mode: 0644->0755]
src/boot/generate-hwids-section.py [changed mode: 0644->0755]
src/fuzz/fuzz-bootspec-gen.py [changed mode: 0644->0755]
src/include/override/sys/generate-syscall.py [changed mode: 0644->0755]
src/shared/ethtool-link-mode.py [changed mode: 0644->0755]
test/fuzz/generate-directives.py [changed mode: 0644->0755]
test/sd-script.py [changed mode: 0644->0755]
tools/check-version-history.py [changed mode: 0644->0755]
tools/chromiumos/gen_autosuspend_rules.py [changed mode: 0644->0755]
tools/dump-auxv.py [changed mode: 0644->0755]
tools/gdb-sd_dump_hashmaps.py [changed mode: 0644->0755]
tools/list-discoverable-partitions.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)