summaryrefslogtreecommitdiffstats
path: root/sbin/routed
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-09-16 17:06:30 +0000
committerwollman <wollman@FreeBSD.org>1996-09-16 17:06:30 +0000
commitfcbb8bbde771b940488e48c3b7feb5d6f291c593 (patch)
treeb7ae35b8a37701d2c1bfa6943ff8de63a327245d /sbin/routed
parent8554e18558853e6f6d8f38fc97f56b3ddfc7418a (diff)
downloadFreeBSD-src-fcbb8bbde771b940488e48c3b7feb5d6f291c593.zip
FreeBSD-src-fcbb8bbde771b940488e48c3b7feb5d6f291c593.tar.gz
Change location of trace files and disable remote trace file change
feature.
Diffstat (limited to 'sbin/routed')
-rw-r--r--sbin/routed/pathnames.h4
1 files changed, 3 insertions, 1 deletions
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
OpenPOWER on IntegriCloud