Ignore:
Timestamp:
Apr 16, 2007, 4:50:28 PM (17 years ago)
Author:
Bruno Cornec
Message:

MONDO_LOGFILE is rather a char* exported by each main program (consolidation of those mecanisms in .h files with ps_*)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.2/mondo/src/mondorestore/mondorestore.h

    r1315 r1316  
    88 * Compatibility #define to ease the transition to logfile-in-a-variable.
    99 */
    10 #define MONDO_LOGFILE    "/tmp/mondorestore.log"
     10char *MONDO_LOGFILE = "/tmp/mondorestore.log"
     11
     12/* Busybox ps has no option and PID in first pos */
     13char *ps_options = "";
     14char *ps_proc_id = "$1";
Note: See TracChangeset for help on using the changeset viewer.