|
Last change
on this file since 3410 was 3147, checked in by Bruno Cornec, 12 years ago |
- First pass on svn merge -r 2935:3146 ../3.0
|
-
Property svn:eol-style
set to
native
|
|
File size:
375 bytes
|
| Rev | Line | |
|---|
| [1315] | 1 | /*
|
|---|
| 2 | * $Id$
|
|---|
| 3 | *
|
|---|
| 4 | * Definitions for mondoarchive
|
|---|
| 5 | */
|
|---|
| 6 |
|
|---|
| 7 | /**
|
|---|
| 8 | * Compatibility #define to ease the transition to logfile-in-a-variable.
|
|---|
| 9 | */
|
|---|
| [1318] | 10 | char *MONDO_LOGFILE = "/var/log/mondoarchive.log";
|
|---|
| [3147] | 11 | 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";
|
|---|
| [1316] | 12 |
|
|---|
| 13 | /* No restriction on ps options */
|
|---|
| 14 | char *ps_options = "auxww";
|
|---|
| 15 | char *ps_proc_id = "$2";
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.