]> git.proxmox.com Git - mirror_zfs.git/commit
Fix "file is executable, but no shebang" warnings
authorTony Hutter <hutter2@llnl.gov>
Fri, 6 Apr 2018 23:34:21 +0000 (16:34 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 6 Apr 2018 23:34:21 +0000 (16:34 -0700)
commit6c9af9e8f4a2901c9a5f205876b67dcc3216cbd8
tree3661a51d97353707054e508a0171a26ec75d827b
parent812323bb03ce4c31f61bfb83d70eb1f5c494df25
Fix "file is executable, but no shebang" warnings

Fedora 28's RPM build checks warn when executable files don't have a
shebang line.  These warnings are caused when we (incorrectly)
include data & config files in the_SCRIPTS automake lines. Files in
_SCRIPTS are marked executable by automake. This patch fixes the
issue by including non-executable scripts in a _DATA line instead.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes #7359
Closes #7395
83 files changed:
contrib/initramfs/scripts/Makefile.am
tests/runfiles/Makefile.am
tests/test-runner/include/Makefile.am
tests/zfs-tests/include/Makefile.am
tests/zfs-tests/tests/functional/acl/Makefile.am
tests/zfs-tests/tests/functional/atime/Makefile.am
tests/zfs-tests/tests/functional/cache/Makefile.am
tests/zfs-tests/tests/functional/cachefile/Makefile.am
tests/zfs-tests/tests/functional/casenorm/Makefile.am
tests/zfs-tests/tests/functional/channel_program/lua_core/Makefile.am
tests/zfs-tests/tests/functional/channel_program/synctask_core/Makefile.am
tests/zfs-tests/tests/functional/checksum/Makefile.am
tests/zfs-tests/tests/functional/clean_mirror/Makefile.am
tests/zfs-tests/tests/functional/cli_root/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zfs_copies/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zfs_create/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zfs_destroy/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zfs_get/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zfs_load-key/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zfs_mount/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zfs_promote/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zfs_rename/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zfs_rollback/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zfs_send/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zfs_set/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zfs_share/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zfs_snapshot/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zfs_unmount/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zpool_add/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zpool_clear/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zpool_create/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zpool_destroy/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zpool_expand/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zpool_export/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zpool_get/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zpool_import/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zpool_remove/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zpool_reopen/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zpool_scrub/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/Makefile.am
tests/zfs-tests/tests/functional/cli_user/misc/Makefile.am
tests/zfs-tests/tests/functional/cli_user/zfs_list/Makefile.am
tests/zfs-tests/tests/functional/compression/Makefile.am
tests/zfs-tests/tests/functional/deadman/Makefile.am
tests/zfs-tests/tests/functional/delegate/Makefile.am
tests/zfs-tests/tests/functional/devices/Makefile.am
tests/zfs-tests/tests/functional/events/Makefile.am
tests/zfs-tests/tests/functional/grow_pool/Makefile.am
tests/zfs-tests/tests/functional/grow_replicas/Makefile.am
tests/zfs-tests/tests/functional/history/Makefile.am
tests/zfs-tests/tests/functional/inheritance/Makefile.am
tests/zfs-tests/tests/functional/inuse/Makefile.am
tests/zfs-tests/tests/functional/largest_pool/Makefile.am
tests/zfs-tests/tests/functional/migration/Makefile.am
tests/zfs-tests/tests/functional/mmap/Makefile.am
tests/zfs-tests/tests/functional/mmp/Makefile.am
tests/zfs-tests/tests/functional/mv_files/Makefile.am
tests/zfs-tests/tests/functional/no_space/Makefile.am
tests/zfs-tests/tests/functional/nopwrite/Makefile.am
tests/zfs-tests/tests/functional/online_offline/Makefile.am
tests/zfs-tests/tests/functional/projectquota/Makefile.am
tests/zfs-tests/tests/functional/quota/Makefile.am
tests/zfs-tests/tests/functional/redundancy/Makefile.am
tests/zfs-tests/tests/functional/refreserv/Makefile.am
tests/zfs-tests/tests/functional/replacement/Makefile.am
tests/zfs-tests/tests/functional/reservation/Makefile.am
tests/zfs-tests/tests/functional/rsend/Makefile.am
tests/zfs-tests/tests/functional/scrub_mirror/Makefile.am
tests/zfs-tests/tests/functional/slog/Makefile.am
tests/zfs-tests/tests/functional/snapshot/Makefile.am
tests/zfs-tests/tests/functional/snapused/Makefile.am
tests/zfs-tests/tests/functional/sparse/Makefile.am
tests/zfs-tests/tests/functional/truncate/Makefile.am
tests/zfs-tests/tests/functional/upgrade/Makefile.am
tests/zfs-tests/tests/functional/user_namespace/Makefile.am
tests/zfs-tests/tests/functional/userquota/Makefile.am
tests/zfs-tests/tests/functional/vdev_zaps/Makefile.am
tests/zfs-tests/tests/functional/xattr/Makefile.am
tests/zfs-tests/tests/functional/zvol/Makefile.am
tests/zfs-tests/tests/functional/zvol/zvol_swap/Makefile.am
tests/zfs-tests/tests/perf/Makefile.am
tests/zfs-tests/tests/perf/fio/Makefile.am