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,15 @@
$NetBSD: patch-ac,v 1.6 2013/04/10 21:10:55 tonnerre Exp $
NetBSD also has its init scripts in /etc/rc.d.
--- lib/puppet/provider/service/init.rb.orig 2013-04-01 00:44:50.000000000 +0000
+++ lib/puppet/provider/service/init.rb
@@ -9,7 +9,7 @@ Puppet::Type.type(:service).provide :ini
["/etc/rc.d", "/usr/local/etc/rc.d"]
when "HP-UX"
"/sbin/init.d"
- when "Archlinux"
+ when "Archlinux", "NetBSD"
"/etc/rc.d"
else
"/etc/init.d"