]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tools/recipes/default.rb
Expect /etc/init.d/screen-cleanup to be a link
[chef.git] / cookbooks / tools / recipes / default.rb
index 4ab9414df16eb7e38595ec0ee245ae9f22f6f253..ceb3716c55256dc2be5ded8978e9867aa7a5cdfa 100644 (file)
@@ -1,8 +1,8 @@
 #
-# Cookbook Name:: tools
+# Cookbook:: tools
 # Recipe:: default
 #
-# Copyright 2011, OpenStreetMap Foundation
+# Copyright:: 2011, OpenStreetMap Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -49,7 +49,7 @@ package %w[mlocate nano whoopsie] do
 end
 
 # Remove screen-cleanup left behind by old release.
-file "/etc/init.d/screen-cleanup" do
+link "/etc/init.d/screen-cleanup" do
   action :delete
 end