/* * $Id$ * * Definitions for mondorestore */ /** * Compatibility #define to ease the transition to logfile-in-a-variable. */ char *MONDO_LOGFILE = "/var/log/mondorestore.log"; char *MONDO_OPTIONS = "E:GI:J:K:QRT:UVZ:b:d:ef:gimn:op:tux:z"; /* Busybox ps has no option and PID in first pos */ char *ps_options = ""; char *ps_proc_id = "$1";