Bug 191555 - ZFS option for sysutils/rubygem-facter
Summary: ZFS option for sysutils/rubygem-facter
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bartek Rutkowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-02 13:05 UTC by Michael Moll
Modified: 2014-07-16 08:36 UTC (History)
1 user (show)

See Also:


Attachments
diff for zfs-option (896 bytes, patch)
2014-07-02 13:05 UTC, Michael Moll
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Moll freebsd_committer freebsd_triage 2014-07-02 13:05:44 UTC
Created attachment 144338 [details]
diff for zfs-option

Especially on small systems, it's a bit annoying that facter tries to get some ZFS-related facts, which is leading to a kernel module load of zfs.ko. Make this optional, based on a discussion with demon@
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-07-16 08:34:51 UTC
A commit references this bug:

Author: robak
Date: Wed Jul 16 08:33:56 UTC 2014
New revision: 362052
URL: http://svnweb.freebsd.org/changeset/ports/362052

Log:
  sysutils/rubygem-facter: add option to disable ZFS facts generation

  PR:		191555
  Submitted by:	Michael Moll <kvedulv@kvedulv.de>
  Reviewed by:	demon
  Approved by:	swills (mentor)

Changes:
  head/sysutils/rubygem-facter/Makefile
Comment 2 Bartek Rutkowski freebsd_committer freebsd_triage 2014-07-16 08:36:02 UTC
Thanks for your patch! Committed revision 362052 (with small changes).