From 72db20bf8f6af1fd70ae42f287360cad835f042b Mon Sep 17 00:00:00 2001 From: Matthieu Boutier Date: Wed, 18 Jan 2012 22:06:10 +0100 Subject: babeld: place the babel-state file in the quagga vars directory. --- babeld/babel_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'babeld') diff --git a/babeld/babel_main.c b/babeld/babel_main.c index 0a958e60..b7fffc1f 100644 --- a/babeld/babel_main.c +++ b/babeld/babel_main.c @@ -93,7 +93,7 @@ const unsigned char ones[16] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; -static const char *state_file = "/var/lib/babeld/babel-state"; +static const char *state_file = DAEMON_VTY_DIR "/babel-state"; unsigned char protocol_group[16]; /* babel's link-local multicast address */ int protocol_port; /* babel's port */ -- cgit v1.2.1