slony: Check for postgres instead of pg_config
This is a better check for ensuring that a server is available. Closes Homebrew/homebrew#15403. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
05c730c960
commit
31694c1e13
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class PostgresqlInstalled < Requirement
|
|||
EOS
|
||||
end
|
||||
def satisfied?
|
||||
which 'pg_config'
|
||||
which 'postgres'
|
||||
end
|
||||
def fatal?
|
||||
true
|
||||
|
|
Loading…
Reference in a new issue