diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-09-05 14:31:56 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-09-05 14:31:56 +0000 |
commit | 9d64f3837f5ab4ff9b72434834f689bcba72df25 (patch) | |
tree | 5c1834cd30bb963ec1f1e8bbc100c0d34de6c8a1 /sbin/routed/pathnames.h | |
parent | 35859215e82e540ee7ac7506a2fc76110ab82eb6 (diff) |
fix import.
mention that routed is from vjs@sgi.com
Diffstat (limited to 'sbin/routed/pathnames.h')
-rw-r--r-- | sbin/routed/pathnames.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sbin/routed/pathnames.h b/sbin/routed/pathnames.h index 2a540c60383..561927f35a4 100644 --- a/sbin/routed/pathnames.h +++ b/sbin/routed/pathnames.h @@ -1,5 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:32:30 deraadt Exp $ */ -/* $NetBSD: pathnames.h,v 1.6 1995/03/18 15:00:37 cgd Exp $ */ +/* $OpenBSD: pathnames.h,v 1.3 1996/09/05 14:31:38 mickey Exp $ */ /* * Copyright (c) 1989, 1993 @@ -34,8 +33,16 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 + * */ #include <paths.h> #define _PATH_GATEWAYS "/etc/gateways" + +/* All remotely requested trace files must either start with this prefix + * or be the same as the tracefile specified when the daemon was started. + * If this is a directory, routed will create log files in it. That + * might be a security problem. + */ +#define _PATH_TRACE "/tmp/routed.log" |