Project

General

Profile

« Previous | Next » 

Revision 6447

root Makefile: PostgreSQL: $(postgresReload-Linux): Try chmoding both as your user and as the bien user

View differences:

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