source: MondoRescue/branches/3.2/mondo/src/mondorestore/mondorestore.h@ 3568

Last change on this file since 3568 was 3568, checked in by Bruno Cornec, 8 years ago

Fix compilation error brought by previous fix

  • Property svn:eol-style set to native
File size: 394 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 */
[1644]10char *MONDO_LOGFILE = "/var/log/mondorestore.log";
[3568]11char *MONDO_LOGFILENAME = "mondorestore.log";
[1967]12char *MONDO_OPTIONS = "E:GI:J:K:QRT:UVZ:b:d:ef:gimn:op:tux:z";
[1316]13
14/* Busybox ps has no option and PID in first pos */
15char *ps_options = "";
16char *ps_proc_id = "$1";
Note: See TracBrowser for help on using the repository browser.