*** empty log message ***
This commit is contained in:
parent
15a26be015
commit
512865118c
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2011/11/17 16:08:00 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2011/12/06 14:39:01 robert Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -7,7 +7,7 @@ COMMENT= Ruby library for retrieving facts from operating systems
|
||||
VERSION= 1.6.0
|
||||
DISTNAME= facter-${VERSION}
|
||||
PKGNAME= ruby-${DISTNAME}
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
HOMEPAGE= http://reductivelabs.com/projects/facter/
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-lib_facter_memory_rb,v 1.1 2010/11/11 20:37:29 robert Exp $
|
||||
--- lib/facter/memory.rb.orig Thu Nov 11 21:35:38 2010
|
||||
+++ lib/facter/memory.rb Thu Nov 11 21:35:50 2010
|
||||
@@ -46,7 +46,7 @@ if Facter.value(:kernel) == "AIX" and Facter.value(:id
|
||||
$OpenBSD: patch-lib_facter_memory_rb,v 1.2 2011/12/06 14:39:01 robert Exp $
|
||||
--- lib/facter/memory.rb.orig Thu Jun 16 20:24:42 2011
|
||||
+++ lib/facter/memory.rb Tue Dec 6 15:34:17 2011
|
||||
@@ -93,7 +93,7 @@ if Facter.value(:kernel) == "AIX" and Facter.value(:id
|
||||
end
|
||||
|
||||
if Facter.value(:kernel) == "OpenBSD"
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-lib_facter_virtual_rb,v 1.1 2011/03/09 11:24:14 robert Exp $
|
||||
--- lib/facter/virtual.rb.orig Wed Mar 9 11:34:13 2011
|
||||
+++ lib/facter/virtual.rb Wed Mar 9 12:23:04 2011
|
||||
@@ -43,7 +43,11 @@ Facter.add("virtual") do
|
||||
$OpenBSD: patch-lib_facter_virtual_rb,v 1.2 2011/12/06 14:39:01 robert Exp $
|
||||
--- lib/facter/virtual.rb.orig Thu Jun 16 20:24:42 2011
|
||||
+++ lib/facter/virtual.rb Tue Dec 6 15:34:17 2011
|
||||
@@ -98,7 +98,11 @@ Facter.add("virtual") do
|
||||
end
|
||||
|
||||
if result == "physical"
|
||||
|
Loading…
Reference in New Issue
Block a user