mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
Change the name from repmgr to repmgrd. this is a daemon
that will do the monitoring.
This commit is contained in:
4
Makefile
4
Makefile
@@ -3,8 +3,8 @@
|
||||
# Copyright (c) 2ndQuadrant, 2010
|
||||
#
|
||||
|
||||
PROGRAM = repmgr
|
||||
OBJS = config.o dbutils.o main.o
|
||||
PROGRAM = repmgrd
|
||||
OBJS = config.o dbutils.o repmgrd.o
|
||||
|
||||
PG_CPPFLAGS = -I$(libpq_srcdir)
|
||||
PG_LIBS = $(libpq_pgport)
|
||||
|
||||
Reference in New Issue
Block a user