summaryrefslogtreecommitdiff
path: root/sysutils/rubygem-facter/files/patch-lib-facter-processor.rb
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-10-30 16:50:31 +0000
committerSteve Wills <swills@FreeBSD.org>2013-10-30 16:50:31 +0000
commite7bace879ccc88a131c98c297c77902f72ab05e2 (patch)
treef95c5a4b96868e9ded5ffd984d5f459a55e805d9 /sysutils/rubygem-facter/files/patch-lib-facter-processor.rb
parent- Add LICENSE (diff)
- Update to 1.7.3
PR: ports/180545 Submitted by: Michael Moll <kvedulv@kvedulv.de> Approved by: maintainer timeout (>3 months)
Notes
Notes: svn path=/head/; revision=332152
Diffstat (limited to 'sysutils/rubygem-facter/files/patch-lib-facter-processor.rb')
-rw-r--r--sysutils/rubygem-facter/files/patch-lib-facter-processor.rb19
1 files changed, 0 insertions, 19 deletions
diff --git a/sysutils/rubygem-facter/files/patch-lib-facter-processor.rb b/sysutils/rubygem-facter/files/patch-lib-facter-processor.rb
deleted file mode 100644
index ae77e26caad8..000000000000
--- a/sysutils/rubygem-facter/files/patch-lib-facter-processor.rb
+++ /dev/null
@@ -1,19 +0,0 @@
---- lib/facter/processor.rb.orig 2013-04-30 19:57:21.000000000 +0400
-+++ lib/facter/processor.rb 2013-04-30 19:58:19.000000000 +0400
-@@ -88,14 +88,14 @@
- end
-
- Facter.add("Processor") do
-- confine :kernel => :openbsd
-+ confine :kernel => [ :openbsd, :freebsd ]
- setcode do
- Facter::Util::Resolution.exec("uname -p")
- end
- end
-
- Facter.add("ProcessorCount") do
-- confine :kernel => :openbsd
-+ confine :kernel => [ :openbsd, :freebsd ]
- setcode do
- Facter::Util::Resolution.exec("sysctl -n hw.ncpu")
- end