cluster.conf is not the only authoritative configuration file anymore.
LDAP and others could be in place.
Remove the check and allow rgmanager to start.
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
INITDT=$(TARGET)
-all: $(TARGET)
+all:
include ../../make/defines.mk
-include $(OBJDIR)/make/clean.mk
include $(OBJDIR)/make/install.mk
include $(OBJDIR)/make/uninstall.mk
-$(TARGET):
- cat $(S)/$(TARGET).in | sed \
- -e 's#@CONFDIR@#${CONFDIR}#g' \
- -e 's#@CONFFILE@#${CONFFILE}#g' \
- > $(TARGET)
- chmod 755 $(TARGET)
-
clean: generalclean
check:
ID="Cluster Service Manager"
RGMGRD="clurgmgrd"
-CFG_FILE="@CONFDIR@/@CONFFILE@"
LOG_ERR=3
LOG_WARNING=4
echo "Cannot start $ID: Networking not configured"
exit 1
fi
- [ -f "$CFG_FILE" ] || exit 0
echo -n $"Starting $ID: "
daemon $RGMGRD $RGMGR_OPTS