From 36d85ca8e302d803e864854af1b64b24b1ce78b4 Mon Sep 17 00:00:00 2001 From: Martin Winter Date: Sat, 15 Apr 2017 02:00:15 -0700 Subject: [PATCH] watchfrr: Remove the HAVE_CUMULUS around the watchfrr.started file. It's always useful Signed-off-by: Martin Winter --- watchfrr/watchfrr.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/watchfrr/watchfrr.c b/watchfrr/watchfrr.c index 83f00252c..f6aa7eeab 100644 --- a/watchfrr/watchfrr.c +++ b/watchfrr/watchfrr.c @@ -703,12 +703,10 @@ daemon_send_ready (void) static int sent = 0; if (!sent && gs.numdown == 0) { -#if defined (HAVE_CUMULUS) FILE *fp; fp = fopen(DAEMON_VTY_DIR "/watchfrr.started", "w"); fclose(fp); -#endif zlog_notice ("Watchfrr: Notifying Systemd we are up and running"); systemd_send_started(master, 0); sent = 1; -- 2.39.5