|
Last change
on this file since 1547 was 1318, checked in by Bruno Cornec, 19 years ago |
|
Typo
|
-
Property svn:eol-style
set to
native
|
|
File size:
281 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | * $Id$
|
|---|
| 3 | *
|
|---|
| 4 | * Definitions for mondorestore
|
|---|
| 5 | */
|
|---|
| 6 |
|
|---|
| 7 | /**
|
|---|
| 8 | * Compatibility #define to ease the transition to logfile-in-a-variable.
|
|---|
| 9 | */
|
|---|
| 10 | char *MONDO_LOGFILE = "/tmp/mondorestore.log";
|
|---|
| 11 |
|
|---|
| 12 | /* Busybox ps has no option and PID in first pos */
|
|---|
| 13 | char *ps_options = "";
|
|---|
| 14 | char *ps_proc_id = "$1";
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.