source: MondoRescue/branches/2.2.2/mondo/src/mondoarchive/mondoarchive.h@ 1315

Last change on this file since 1315 was 1315, checked in by Bruno Cornec, 17 years ago

Log files are now consistent: mondoarchive.log for mondoarchive (containing also mindi.log) and mondorestore.log for mondorestore (copied from /tmp (ram) to /var/log (disk) at the end of the restore)
One include has been created for each bianry containing only that declaration ofr the moment, but which will be extended to include all local definitions (ps_* e.g.)
Doc updated accordingly
LOGFILE in restore process is now passed in the environment and not duplicated anymore
LogIt is not redifined either
LOGFILE should be put in environment by mondoarchive for mindi's usage but that's a step left for later.

  • Property svn:eol-style set to native
File size: 186 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#define MONDO_LOGFILE "/var/log/mondoarchive.log"
Note: See TracBrowser for help on using the repository browser.