Revision 6489
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
169 | 169 |
|
170 | 170 |
define postgresReload-Linux |
171 | 171 |
chmod a+r schemas/*.conf || $(asBien) chmod a+r schemas/*.conf |
172 |
mv -n $(linuxPostgresDir)/postgresql.conf $(linuxPostgresDir)/postgresql.conf.old |
|
172 |
$(asAdmin) mv -n $(linuxPostgresDir)/postgresql.conf $(linuxPostgresDir)/postgresql.conf.old
|
|
173 | 173 |
$(asAdmin) cp --preserve=timestamps schemas/postgresql.conf $(linuxPostgresDir)/postgresql.conf |
174 |
mv -n $(linuxPostgresDir)/pg_hba.conf $(linuxPostgresDir)/pg_hba.conf.old |
|
174 |
$(asAdmin) mv -n $(linuxPostgresDir)/pg_hba.conf $(linuxPostgresDir)/pg_hba.conf.old
|
|
175 | 175 |
$(asAdmin) cp --preserve=timestamps schemas/pg_hba.conf $(linuxPostgresDir)/pg_hba.conf |
176 | 176 |
$(call pg_ctl-Linux,restart) |
177 | 177 |
|
Also available in: Unified diff
root Makefile: $(postgres-Linux): Fixed bug where need $(asAdmin) before commands to rename existing *.conf