Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: etc/rc.d/zfs not installed



"K. Schreiner" <ks%ub.uni-mainz.de@localhost> writes:

> Hi,
>
> sorry for the last mail, patch was wrong!
>
> I hope, thats the right one now:
>
> Index: etc/rc.d/Makefile
> ===================================================================
> RCS file: /cvsroot/src/etc/rc.d/Makefile,v
> retrieving revision 1.105
> diff -u -r1.105 Makefile
> --- etc/rc.d/Makefile   15 Sep 2019 19:38:09 -0000      1.105
> +++ etc/rc.d/Makefile   16 Sep 2019 13:42:46 -0000
> @@ -54,14 +54,15 @@
>  FILESBUILD_xfs=        yes
>  FILESBUILD_fccache= yes
>
> -.if ${MKZFS} != "no"
> -CONFIGFILES+=  zfs
> -.endif
> -
>  .SUFFIXES: .in
>  .in:
>         ${_MKTARGET_CREATE}
>         ${TOOL_SED} -e 's,@X11ROOTDIR@,${X11ROOTDIR},g' < ${.IMPSRC} > ${.TARGET}
>  .endif
>
> +.if ${MKZFS} != "no"
> +CONFIGFILES+=  zfs
> +.endif
> +
> +
>
>
> Kurt


Thanks for seeing that.. my fault...  I did not notice the .endif.


-- 
Brad Spencer - brad%anduin.eldar.org@localhost - KC8VKS - http://anduin.eldar.org


Home | Main Index | Thread Index | Old Index