mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-03-11 04:46:18 +03:00
Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #18077
10 lines
255 B
Plaintext
10 lines
255 B
Plaintext
dnl # SPDX-License-Identifier: CDDL-1.0
|
|
AC_DEFUN([ZFS_AC_CONFIG_USER_SYSVINIT], [
|
|
AC_ARG_ENABLE(sysvinit,
|
|
AS_HELP_STRING([--enable-sysvinit],
|
|
[install SysV init scripts [default: yes]]),
|
|
[], enable_sysvinit=yes)
|
|
|
|
ZFS_INIT_SYSV=$enable_sysvinit
|
|
])
|