|
Last change
on this file since 1316 was 1316, checked in by Bruno Cornec, 19 years ago |
|
MONDO_LOGFILE is rather a char* exported by each main program (consolidation of those mecanisms in .h files with ps_*)
|
-
Property svn:eol-style
set to
native
|
|
File size:
272 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 |
|
|---|
| 12 | /* No restriction on ps options */
|
|---|
| 13 | char *ps_options = "auxww";
|
|---|
| 14 | char *ps_proc_id = "$2";
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.