source: MondoRescue/branches/stable/mondo/src/mondoarchive/mondoarchive.h@ 1924

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

svn merge -r 1902:1923 $SVN_M/branches/2.2.6

  • Property svn:eol-style set to native
File size: 537 bytes
Line 
1/*
2 * $Id$
3 *
4 * Code (c)2007 Bruno Cornec <bruno@mondorescue.org>
5 * Provided under the GPLv2
6 *
7 * Main include for mondoarchive
8 *
9 */
10
11#ifndef MONDO_CONF_DIR
12#define MONDO_CONF_DIR "/usr/local/etc/mondo"
13#endif
14
15/**
16 * Compatibility #define to ease the transition to logfile-in-a-variable.
17 */
18char *MONDO_LOGFILE = "/var/log/mondoarchive.log";
19char *MONDO_OPTIONS = "0123456789A:B:C:DE:FGHI:J:K:LNOP:QRS:T:UVWb:c:d:ef:gik:l:mn:op:rs:tuw:x:z";
20
21/* No restriction on ps options */
22char *ps_options = "auxww";
23char *ps_proc_id = "$2";
Note: See TracBrowser for help on using the repository browser.