From 3f4c7771a2ec4f82ff552377091fc00722a6f91f Mon Sep 17 00:00:00 2001 From: Allen Huang Date: Thu, 11 Oct 2012 17:52:36 +0800 Subject: slony: Check for postgres instead of pg_config This is a better check for ensuring that a server is available. Closes #15403. Signed-off-by: Charlie Sharpsteen --- Library/Formula/slony.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/slony.rb b/Library/Formula/slony.rb index 1761445eb..90ad3fc3a 100644 --- a/Library/Formula/slony.rb +++ b/Library/Formula/slony.rb @@ -12,7 +12,7 @@ class PostgresqlInstalled < Requirement EOS end def satisfied? - which 'pg_config' + which 'postgres' end def fatal? true -- cgit v1.2.3