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} _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"