X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Futils%2Fdaemon-control.c;h=5174919bc1ce505d19c97e2c9e85abff7caba213;hb=d4123b266f32fe1c84c03cc66ed7cc6c943a355b;hp=85fb450121fae750f75592c25024ec60876162f4;hpb=468db9e951d59f64a479233df5c8c8ccae477d3a;p=libucw.git diff --git a/ucw/utils/daemon-control.c b/ucw/utils/daemon-control.c index 85fb4501..5174919b 100644 --- a/ucw/utils/daemon-control.c +++ b/ucw/utils/daemon-control.c @@ -56,6 +56,7 @@ Exit codes:\n\ 100 The action was null (e.g., --stop on a stopped daemon)\n\ 101 The daemon was not running (on --reload or --check)\n\ 102 The action has failed (error message was printed to stderr)\n\ +103 The daemon was in an undefined state (e.g., stale PID file)\n\ ", stderr); exit(1); }