svn commit: r348150 - head/libexec/rc/rc.d
Emmanuel Vadot
manu at FreeBSD.org
Thu May 23 06:54:00 UTC 2019
Author: manu
Date: Thu May 23 06:53:59 2019
New Revision: 348150
URL: https://svnweb.freebsd.org/changeset/base/348150
Log:
pkgbase: Remove etc/zfs from being packaged
This is an empty directory and it cause a FreeBSD-zfs package to
be created when we don't need one.
Reviewed by: bapt
Modified:
head/libexec/rc/rc.d/Makefile
Modified: head/libexec/rc/rc.d/Makefile
==============================================================================
--- head/libexec/rc/rc.d/Makefile Thu May 23 05:49:43 2019 (r348149)
+++ head/libexec/rc/rc.d/Makefile Thu May 23 06:53:59 2019 (r348150)
@@ -327,9 +327,6 @@ ZFS+= zfsbe
ZFS+= zfsd
ZFS+= zvol
ZFSPACKAGE= zfs
-DIRS+= ETC_ZFS
-ETC_ZFS= /etc/zfs
-ETC_ZFSPACKAGE= zfs
.endif
.for fg in ${CONFGROUPS}
More information about the svn-src-all
mailing list