/* * $Id$ * * Definitions for mondoarchive */ /** * Compatibility #define to ease the transition to logfile-in-a-variable. */ char *MONDO_LOGFILE = "/var/log/mondoarchive.log" /* No restriction on ps options */ char *ps_options = "auxww"; char *ps_proc_id = "$2";