From fcbb8bbde771b940488e48c3b7feb5d6f291c593 Mon Sep 17 00:00:00 2001 From: wollman Date: Mon, 16 Sep 1996 17:06:30 +0000 Subject: Change location of trace files and disable remote trace file change feature. --- sbin/routed/pathnames.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sbin/routed') diff --git a/sbin/routed/pathnames.h b/sbin/routed/pathnames.h index 14b721c..eb90433 100644 --- a/sbin/routed/pathnames.h +++ b/sbin/routed/pathnames.h @@ -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 -- cgit v1.1