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

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

Typo

  • Property svn:eol-style set to native
File size: 273 bytes
RevLine 
[1315]1/*
2 * $Id$
3 *
4 * Definitions for mondoarchive
5 */
6
7/**
8 * Compatibility #define to ease the transition to logfile-in-a-variable.
9 */
[1318]10char *MONDO_LOGFILE = "/var/log/mondoarchive.log";
[1316]11
12/* No restriction on ps options */
13char *ps_options = "auxww";
14char *ps_proc_id = "$2";
Note: See TracBrowser for help on using the repository browser.