Last change
on this file since 3193 was
3193,
checked in by Bruno Cornec, 7 years ago
|
- Finish with backports from 3.1 for now. Still some work to do, but we
will now make that version compile and work again and serve as a base
so the gettext patch can be added
|
-
Property svn:eol-style set to
native
|
File size:
375 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_LOGFILE = "/var/log/mondoarchive.log"; |
---|
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"; |
---|
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.