summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Crosta <dcrosta@10gen.com>2012-05-15 13:26:13 -0400
committerBryan McLellan <btm@opscode.com>2012-06-21 12:17:30 -0700
commitdc5fb0bc13bdd8b19ce4aee03e13a53456b1db72 (patch)
tree7fe01ae8134c60fd68b31cd31fa94a6fd306f5bd
parent4dda538f1a9a1af5051535ff3d55ea2af78acaf8 (diff)
downloadchef-dc5fb0bc13bdd8b19ce4aee03e13a53456b1db72.tar.gz
NetBSD uses FreeBSD-style rc.d init scripts
-rw-r--r--chef/lib/chef/platform.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/chef/lib/chef/platform.rb b/chef/lib/chef/platform.rb
index f18a44ba36..e49c530cae 100644
--- a/chef/lib/chef/platform.rb
+++ b/chef/lib/chef/platform.rb
@@ -250,6 +250,7 @@ class Chef
},
:netbsd => {
:default => {
+ :service => Chef::Provider::Service::Freebsd,
:group => Chef::Provider::Group::Usermod
}
},