]> git.proxmox.com Git - mirror_frr.git/commit
[zebra 18626] move zebra socket paths to configure.ac
authorpaul <paul>
Mon, 7 Apr 2003 06:11:09 +0000 (06:11 +0000)
committerpaul <paul>
Mon, 7 Apr 2003 06:11:09 +0000 (06:11 +0000)
commit23bd12c31d701376d45ab45aa8c838e9fb5e409c
treed8d6b789194b372dcf067bc1bc5169f0ff284e8d
parent3a6440d756863b602cfaaf0259b71950e67b2a6e
[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.
bgpd/bgpd.h
configure.ac
ospf6d/ospf6d.h
ospfd/ospfd.h
ripd/ripd.h
ripngd/ripngd.h
zebra/zserv.h