]> git.proxmox.com Git - mirror_zfs.git/commit
Set DEFAULT_INIT_SHELL to /sbin/openrc-run for Gentoo and Alpine
authorPeter Levine <plevine457@gmail.com>
Fri, 29 Oct 2021 22:34:37 +0000 (18:34 -0400)
committerGitHub <noreply@github.com>
Fri, 29 Oct 2021 22:34:37 +0000 (15:34 -0700)
commit6ef28c526ba7199a3740407d764b6505618ca8ba
treec5545dd8316add6b88d532d435a0210f05cbd0d9
parent4d4998ea39a21e070e2c8dc7f5d2a33d3e6760f4
Set DEFAULT_INIT_SHELL to /sbin/openrc-run for Gentoo and Alpine

Gentoo and Alpine always set the rc init scripts' shebang to
#!/sbin/openrc-run, whether or not openrc is installed.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Peter Levine <plevine457@gmail.com>
Closes #12683
Closes #12692
config/zfs-build.m4