Change location of trace files and disable remote trace file change

feature.
This commit is contained in:
Garrett Wollman 1996-09-16 17:06:30 +00:00
parent 50d2cb3ed7
commit c0062f4a2d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18323

View File

@ -47,4 +47,6 @@
* Leave this undefined, and only the trace file originally specified
* when routed was started, if any, will be appended to.
*/
#define _PATH_TRACE "/etc/routed.trace"
#if 0
#define _PATH_TRACE "/var/log/routed.trace"
#endif