This file is indexed.

/usr/src/zfs-0.6.5.6/config/user-sysvinit.m4 is in zfs-dkms 0.6.5.6-0ubuntu8.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
AC_DEFUN([ZFS_AC_CONFIG_USER_SYSVINIT], [
	AC_ARG_ENABLE(sysvinit,
		AC_HELP_STRING([--enable-sysvinit],
		[install SysV init scripts [default: yes]]),
		[],enable_sysvinit=yes)

	AS_IF([test "x$enable_sysvinit" = xyes],
		[ZFS_INIT_SYSV=init.d])

	AC_SUBST(ZFS_INIT_SYSV)
])