Project

General

Profile

« Previous | Next » 

Revision 13012

bugfix: /Makefile: postgres_restart: added separate Linux version that deals with Linux-specific issues (as in $(postgresReload-Linux))

View differences:

trunk/Makefile
164 164
sleep 2
165 165
endef
166 166

  
167
postgres_restart: _always
168
@echo $(call pg_ctl-$(os),restart)
167
postgres_restart: postgres_restart-$(os) _always ;
168
postgres_restart-Linux: _always
169
	@echo $(emph)'restart PostgreSQL manually:'$(endEmph)
170
	@echo $(call pg_ctl-$(os),restart)
171
postgres_restart-Darwin: _always
172
	@echo $(call pg_ctl-$(os),restart)
169 173

  
170 174
confirmPostgresReload = $(call confirm,Modifying postgresql.conf and pg_hba.conf)
171 175

  

Also available in: Unified diff