|
Last change
on this file since 3256 was 3141, checked in by Bruno Cornec, 12 years ago |
r5345@localhost: bruno | 2013-06-13 12:46:54 +0200
- Solving #702 by adding a -F option which is meant to be used especially when mondoarchive is launched from cron, to avoid going into a loop where mondoarchive asks questions to the admin, where they cannot be answerd, which fills the logs and the underlying file system. With -F mondoarchive will exits at the first interaction request instead.
|
-
Property svn:eol-style
set to
native
|
|
File size:
374 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";
|
|---|
| [3141] | 11 | char *MONDO_OPTIONS = "0123456789A:B:C:DE:FGHI:J:K:LM:NOP:QRS:T:UVWb: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.