diff options
author | paul <paul> | 2003-04-07 06:11:09 +0000 |
---|---|---|
committer | paul <paul> | 2003-04-07 06:11:09 +0000 |
commit | 23bd12c31d701376d45ab45aa8c838e9fb5e409c (patch) | |
tree | d8d6b789194b372dcf067bc1bc5169f0ff284e8d /zebra | |
parent | 3a6440d756863b602cfaaf0259b71950e67b2a6e (diff) |
[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=<prefix> 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.
Diffstat (limited to 'zebra')
-rw-r--r-- | zebra/zserv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h index c7622808..a083611f 100644 --- a/zebra/zserv.h +++ b/zebra/zserv.h @@ -25,8 +25,6 @@ /* Default port information. */ #define ZEBRA_PORT 2600 #define ZEBRA_VTY_PORT 2601 -#define ZEBRA_VTYSH_PATH "/tmp/.zebra" -#define ZEBRA_SERV_PATH "/tmp/.zserv" /* Default configuration filename. */ #define DEFAULT_CONFIG_FILE "zebra.conf" |