Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
etc/rc.d/zfs not installed
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
Home |
Main Index |
Thread Index |
Old Index