Deleted Added
full compact
pathnames.h (18317) pathnames.h (18323)
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 33 unchanged lines hidden (view full) ---

42/* All remotely requested trace files must either start with this prefix
43 * or be the same as the tracefile specified when the daemon was started.
44 * If this is a directory, routed will create log files in it. That
45 * might be a security problem.
46 *
47 * Leave this undefined, and only the trace file originally specified
48 * when routed was started, if any, will be appended to.
49 */
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 33 unchanged lines hidden (view full) ---

42/* All remotely requested trace files must either start with this prefix
43 * or be the same as the tracefile specified when the daemon was started.
44 * If this is a directory, routed will create log files in it. That
45 * might be a security problem.
46 *
47 * Leave this undefined, and only the trace file originally specified
48 * when routed was started, if any, will be appended to.
49 */
50#define _PATH_TRACE "/etc/routed.trace"
50#if 0
51#define _PATH_TRACE "/var/log/routed.trace"
52#endif