Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
$NetBSD: patch-aa,v 1.5 2013/04/10 21:10:55 tonnerre Exp $
Add NetBSD to list of operating systems that the OpenBSD provider is the
default for now. In fact, NetBSD's pkg_add provider can do a lot more
than OpenBSD's, but for now basic support should suffice.
--- lib/puppet/provider/package/openbsd.rb.orig 2013-04-01 00:44:50.000000000 +0000
+++ lib/puppet/provider/package/openbsd.rb
@@ -7,7 +7,7 @@ Puppet::Type.type(:package).provide :ope
commands :pkginfo => "pkg_info", :pkgadd => "pkg_add", :pkgdelete => "pkg_delete"
defaultfor :operatingsystem => :openbsd
- confine :operatingsystem => :openbsd
+ confine :operatingsystem => [:openbsd, :netbsd]
has_feature :versionable