From: Marc Fournier Date: Wed, 23 Jul 2014 21:41:10 +0000 (+0200) Subject: rpm specfile: enable zfs_arc by default X-Git-Tag: collectd-5.5.0~218^2~2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=545c137af7e355f37d41beae594ae4e812a33264;p=collectd.git rpm specfile: enable zfs_arc by default --- diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index 2379c8d5..e39876c1 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -138,6 +138,7 @@ %define with_write_graphite 0%{!?_without_write_graphite:1} %define with_write_http 0%{!?_without_write_http:1} %define with_write_riemann 0%{!?_without_write_riemann:1} +%define with_zfs_arc 0%{!?_without_zfs_arc:1} # Plugins not built by default because of dependencies on libraries not # available in RHEL or EPEL: @@ -178,8 +179,6 @@ %define with_write_redis 0%{!?_without_write_redis:0} # plugin xmms disabled, requires xmms %define with_xmms 0%{!?_without_xmms:0} -# plugin zfs_arc disabled, requires FreeBSD/Solaris -%define with_zfs_arc 0%{!?_without_zfs_arc:0} Summary: Statistics collection daemon for filling RRD files Name: collectd