]> git.proxmox.com Git - mirror_frr.git/commitdiff
watchfrr: Remove the HAVE_CUMULUS around the watchfrr.started file. It's always useful
authorMartin Winter <mwinter@opensourcerouting.org>
Sat, 15 Apr 2017 09:00:15 +0000 (02:00 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 6 Jun 2017 18:36:18 +0000 (14:36 -0400)
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
watchfrr/watchfrr.c

index 6edce242b3d0af8ebd305badd1bb7c47863f3b16..9797b9bd46f59ad02b515155f68925d5e46ebc73 100644 (file)
@@ -653,12 +653,10 @@ static void 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);