source: MondoRescue/branches/stable/mondo/src/mondorestore/mondorestore.h@ 1977

Last change on this file since 1977 was 1977, checked in by Bruno Cornec, 16 years ago

svn merge -r 1938:1976 $SVN_M/branches/2.2.6

  • Property svn:eol-style set to native
File size: 348 bytes
RevLine 
[1315]1/*
2 * $Id$
3 *
4 * Definitions for mondorestore
5 */
6
7/**
8 * Compatibility #define to ease the transition to logfile-in-a-variable.
9 */
[1663]10char *MONDO_LOGFILE = "/var/log/mondorestore.log";
[1977]11char *MONDO_OPTIONS = "E:GI:J:K:QRT:UVZ:b:d:ef:gimn:op:tux:z";
[1316]12
13/* Busybox ps has no option and PID in first pos */
14char *ps_options = "";
15char *ps_proc_id = "$1";
Note: See TracBrowser for help on using the repository browser.