Changeset 1316 in MondoRescue for branches/2.2.2/mondo/src/mondoarchive


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_*)

Location:
branches/2.2.2/mondo/src/mondoarchive
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.2/mondo/src/mondoarchive/main.c

    r1315 r1316  
    141141bool g_skip_floppies;
    142142long diffs;
    143 char *ps_options = "auxww";
    144 char *ps_proc_id = "$2";
    145143
    146144extern t_bkptype g_backup_media_type;
  • branches/2.2.2/mondo/src/mondoarchive/mondoarchive.h

    r1315 r1316  
    88 * Compatibility #define to ease the transition to logfile-in-a-variable.
    99 */
    10 #define MONDO_LOGFILE    "/var/log/mondoarchive.log"
     10char *MONDO_LOGFILE = "/var/log/mondoarchive.log"
     11
     12/* No restriction on ps options */
     13char *ps_options = "auxww";
     14char *ps_proc_id = "$2";
Note: See TracChangeset for help on using the changeset viewer.