mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
474 B
Plaintext
16 lines
474 B
Plaintext
$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"
|