source: MondoRescue/branches/2.2.6/mondo/src/mondoarchive/mondoarchive.h@ 1917

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

mondo.libmondo-cli.patch (Mark Pinkerton <Mark.Pinkerton_at_emageon.com>) modified to not duplicate the newt initialization stuff (we should rather remove them in mondoarchive)

  • Property svn:eol-style set to native
File size: 372 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 */
10char *MONDO_LOGFILE = "/var/log/mondoarchive.log";
11char *MONDO_OPTIONS = "0123456789A:B:C:DE:FGHI:J:K:LNOP:QRS:T:UVWb:c:d:ef:gik:l:mn:op:rs:tuw:x:z";
12
13/* No restriction on ps options */
14char *ps_options = "auxww";
15char *ps_proc_id = "$2";
Note: See TracBrowser for help on using the repository browser.