Last change
on this file since 3826 was 3567, checked in by Bruno Cornec, 9 years ago |
Add a MONDO_LOGFILENAME variable to allow the basename to be used when compressing the log on the target media
|
-
Property svn:eol-style
set to
native
|
File size:
421 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * $Id$
|
---|
3 | *
|
---|
4 | * Definitions for mondoarchive
|
---|
5 | */
|
---|
6 |
|
---|
7 | /**
|
---|
8 | * Compatibility #define to ease the transition to logfile-in-a-variable.
|
---|
9 | */
|
---|
10 | char *MONDO_LOGFILENAME = "mondoarchive.log";
|
---|
11 | char *MONDO_LOGFILE = "/var/log/mondoarchive.log";
|
---|
12 | char *MONDO_OPTIONS = "0123456789A:B:C:DE:FGHI:J:K:LM:NOP:QRS:T:UVWYb:c:d:ef:gik:l:mn:op:rs:tuw:x:z";
|
---|
13 |
|
---|
14 | /* No restriction on ps options */
|
---|
15 | char *ps_options = "auxww";
|
---|
16 | char *ps_proc_id = "$2";
|
---|
Note:
See
TracBrowser
for help on using the repository browser.