Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
/etc/rc.d/zfs not installed when X11=no
Hi,
seems an .endif got lost in src/etc/rc.d/Makefile, so /etc/rc.d/zfs
is only installed when X11 != "no".
Fix:
Index: 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:06:44 -0000
@@ -53,6 +53,7 @@
FILESBUILD_xdm= yes
FILESBUILD_xfs= yes
FILESBUILD_fccache= yes
+.endif
.if ${MKZFS} != "no"
CONFIGFILES+= zfs
Kurt
Home |
Main Index |
Thread Index |
Old Index