From 98d7471d15353b5cf278ad1cfd80a2ee9cb2be1c Mon Sep 17 00:00:00 2001 From: postgres Date: Tue, 14 Sep 2010 20:42:28 -0500 Subject: [PATCH] Change the name from repmgr to repmgrd. this is a daemon that will do the monitoring. --- Makefile | 4 ++-- main.c => repmgrd.c | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename main.c => repmgrd.c (100%) diff --git a/Makefile b/Makefile index 963e23a6..e4e78c48 100644 --- a/Makefile +++ b/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) diff --git a/main.c b/repmgrd.c similarity index 100% rename from main.c rename to repmgrd.c