Revision 6447
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
168 | 168 |
endef |
169 | 169 |
|
170 | 170 |
define postgresReload-Linux |
171 |
$(asBien) chmod a+r schemas/*.conf |
|
171 |
chmod a+r schemas/*.conf || $(asBien) chmod a+r schemas/*.conf
|
|
172 | 172 |
$(asAdmin) cp --preserve=timestamps schemas/postgresql.conf $(linuxPostgresDir)/postgresql.conf |
173 | 173 |
$(asAdmin) cp --preserve=timestamps schemas/pg_hba.conf $(linuxPostgresDir)/pg_hba.conf |
174 | 174 |
$(call pg_ctl-Linux,restart) |
Also available in: Unified diff
root Makefile: PostgreSQL: $(postgresReload-Linux): Try chmoding both as your user and as the bien user