Revision 6335
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
168 | 168 |
|
169 | 169 |
define postgresReload-Linux |
170 | 170 |
$(asAdmin) cp --preserve=timestamps schemas/postgresql.conf $(linuxPostgresDir)/postgresql.conf |
171 |
$(asAdmin) cp --preserve=timestamps schemas/pg_hba.conf $(linuxPostgresDir)/pg_hba.conf |
|
171 | 172 |
$(call pg_ctl-Linux,restart) |
172 | 173 |
|
173 | 174 |
endef |
174 | 175 |
|
175 | 176 |
define postgresReload-Darwin |
176 | 177 |
$(asAdmin) cp schemas/postgresql.Mac.conf $(macPostgresDir)/data/postgresql.conf |
178 |
$(asAdmin) cp schemas/pg_hba.Mac.conf $(macPostgresDir)/data/pg_hba.conf |
|
177 | 179 |
$(call pg_ctl-Darwin,restart) |
178 | 180 |
|
179 | 181 |
endef |
Also available in: Unified diff
root Makefile: PostgreSQL: $(postgresReload-*): Also install pg_hba.conf