diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2011-06-15 16:59:39 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2011-06-15 16:59:39 -0700 |
commit | 3fc5d448cdc043c815b177ade72305d970c9f84c (patch) | |
tree | 7b3565abfa0410c883c9cbfb45b8cce2c4562c3f /src/cli_val.h | |
parent | f54e0757c8559945a8c40f3847799f2a92ecf2bf (diff) | |
download | vyatta-cfg-3fc5d448cdc043c815b177ade72305d970c9f84c.tar.gz vyatta-cfg-3fc5d448cdc043c815b177ade72305d970c9f84c.zip |
Bugfix 6767: Move log files from /tmp to /var/log/vyatta.
Diffstat (limited to 'src/cli_val.h')
-rw-r--r-- | src/cli_val.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli_val.h b/src/cli_val.h index 9d987d3..3538402 100644 --- a/src/cli_val.h +++ b/src/cli_val.h @@ -100,8 +100,8 @@ extern void release_config_lock(void); #define OPQ_NAME ".wh.__dir_opaque" /*** output ***/ -#define LOGFILE_STDOUT "/tmp/cfg-stdout.log" -#define LOGFILE_STDERR "/tmp/cfg-stderr.log" +#define LOGFILE_STDOUT "/var/log/vyatta/cfg-stdout.log" +#define LOGFILE_STDERR "/var/log/vyatta/cfg-stderr.log" extern int out_fd; extern FILE *err_stream; |