From: Tom Hughes Date: Fri, 17 Jan 2020 13:31:17 +0000 (+0000) Subject: Expect /etc/init.d/screen-cleanup to be a link X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/2361839bd17418a08d62c34e126d8ba54d07ab9d?hp=8515692fead30696a1466f419a01eea95d481cc5;ds=sidebyside Expect /etc/init.d/screen-cleanup to be a link --- diff --git a/cookbooks/tools/recipes/default.rb b/cookbooks/tools/recipes/default.rb index eaceb9d8e..ceb3716c5 100644 --- a/cookbooks/tools/recipes/default.rb +++ b/cookbooks/tools/recipes/default.rb @@ -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