source: MondoRescue/branches/2.2.5/mondo/src/mondorestore/mondorestore.h@ 1881

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

Apply patch from Andree Leidenfrost, modified a bit to use bkpinfo->tmpdir instead of /tmp
or MINDI_CACHE when appropriate. Fix security issues in mondo
Thanks al ot Andree for catching all those issues.
Will not compile needs more work as bkpinfo->tmpdir isn't available everywhere
Should become a global in 3.x when only containing pointers.

  • Property svn:eol-style set to native
File size: 285 bytes
Line 
1/*
2 * $Id$
3 *
4 * Definitions for mondorestore
5 */
6
7/**
8 * Compatibility #define to ease the transition to logfile-in-a-variable.
9 */
10char *MONDO_LOGFILE = "/var/log/mondorestore.log";
11
12/* Busybox ps has no option and PID in first pos */
13char *ps_options = "";
14char *ps_proc_id = "$1";
Note: See TracBrowser for help on using the repository browser.