Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2019 06:53:59 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r348150 - head/libexec/rc/rc.d
Message-ID:  <201905230653.x4N6rxE5099382@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905230653.x4N6rxE5099382>