From ed99309f4f3ffa6f1f6f1ec3a4f8ec5ee3d1631d Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 7 Oct 2013 15:15:47 +0100 Subject: denyhosts: use new etc.install overwrite handling. --- Library/Formula/denyhosts.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/denyhosts.rb b/Library/Formula/denyhosts.rb index 2d950f6c5..9763f0c3c 100644 --- a/Library/Formula/denyhosts.rb +++ b/Library/Formula/denyhosts.rb @@ -42,7 +42,7 @@ class Denyhosts < Formula (libexec+'daemon-control').chmod 0755 # Don't overwrite the config file; the user may have tweaked it. - etc.install 'denyhosts.cfg' unless (etc + 'denyhosts.cfg').exist? + etc.install 'denyhosts.cfg' sbin.install_symlink libexec+'daemon-control' sbin.install_symlink libexec+'denyhosts.py' => 'denyhosts' -- cgit v1.2.3