From 23bd12c31d701376d45ab45aa8c838e9fb5e409c Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 7 Apr 2003 06:11:09 +0000 Subject: [zebra 18626] move zebra socket paths to configure.ac moved definition of the various socket paths from the per daemon header files into configure.ac. it will set the paths to be in the directory specified by --localstatedir= or otherwise will try to guess as best it can ( a la pid file path detection - which probably should try reference ${prefix} too). the present hardcoded socket path, /tmp, isnt really correct. should be in /var somewhere really. --- ospf6d/ospf6d.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ospf6d') diff --git a/ospf6d/ospf6d.h b/ospf6d/ospf6d.h index e0d310a9..4c9f7dc3 100644 --- a/ospf6d/ospf6d.h +++ b/ospf6d/ospf6d.h @@ -94,7 +94,6 @@ extern char *recent_reason; /* Default port values. */ #define OSPF6_VTY_PORT 2606 -#define OSPF6_VTYSH_PATH "/tmp/.ospf6d" #ifdef INRIA_IPV6 #ifndef IPV6_PKTINFO -- cgit v1.2.1