Skip to content

Commit

Permalink
openbsd: remove unused link
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeken committed May 2, 2012
1 parent 3f2ec9a commit e8088d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions openbsd/providers/pkg_script.rb
Expand Up @@ -66,8 +66,5 @@ def write_pkg_scripts
::File.open(@new_resource.pkg_scripts_path, "w") { |f|
f.write @pkgs.join("\n") + "\n"
}
link "/etc/rc.d/#{@new_resource.name}" do
to "/etc/rc.d/openvpn"
end
end
end

0 comments on commit e8088d2

Please sign in to comment.