Revision 10121
Added by Aaron Marcuse-Kubitza over 11 years ago
Makefile | ||
---|---|---|
190 | 190 |
$(asAdmin) cp schemas/postgresql.Mac.conf $(macPostgresDir)/data/postgresql.conf |
191 | 191 |
-$(asAdmin) mv -n $(macPostgresDir)/data/pg_hba.conf $(macPostgresDir)/data/pg_hba.conf.old |
192 | 192 |
$(asAdmin) cp schemas/pg_hba.Mac.conf $(macPostgresDir)/data/pg_hba.conf |
193 |
-$(asAdmin) mv -n $(macPostgresDir)/data/pg_ident.conf $(macPostgresDir)/data/pg_ident.conf.old |
|
194 |
$(asAdmin) cp schemas/pg_ident.Mac.conf $(macPostgresDir)/data/pg_ident.conf |
|
193 | 195 |
$(call pg_ctl-Darwin,restart) |
194 | 196 |
|
195 | 197 |
endef |
Also available in: Unified diff
/Makefile: $(postgresReload-Darwin): also install pg_ident.Mac.conf