2014-01-19 14:36:49 +00:00
|
|
|
AC_DEFUN([ZFS_AC_CONFIG_USER_SYSVINIT], [
|
|
|
|
AC_ARG_ENABLE(sysvinit,
|
2021-01-03 00:55:55 +00:00
|
|
|
AS_HELP_STRING([--enable-sysvinit],
|
2014-01-19 14:36:49 +00:00
|
|
|
[install SysV init scripts [default: yes]]),
|
2022-04-09 23:19:15 +00:00
|
|
|
[], enable_sysvinit=yes)
|
2014-01-19 14:36:49 +00:00
|
|
|
|
2022-04-09 23:19:15 +00:00
|
|
|
ZFS_INIT_SYSV=$enable_sysvinit
|
2014-01-19 14:36:49 +00:00
|
|
|
])
|