2010-06-01 19:22:07 +00:00
|
|
|
Index: clamav-0.96.1/shared/optparser.c
|
2009-03-08 11:38:36 +00:00
|
|
|
===================================================================
|
2010-06-01 19:22:07 +00:00
|
|
|
--- clamav-0.96.1.orig/shared/optparser.c
|
|
|
|
+++ clamav-0.96.1/shared/optparser.c
|
|
|
|
@@ -236,7 +236,7 @@ const struct clam_option __clam_options[
|
2009-03-08 11:38:36 +00:00
|
|
|
|
|
|
|
{ "ExitOnOOM", NULL, 0, TYPE_BOOL, MATCH_BOOL, 0, NULL, 0, OPT_CLAMD, "Stop the daemon when libclamav reports an out of memory condition.", "yes" },
|
|
|
|
|
|
|
|
- { "Foreground", NULL, 0, TYPE_BOOL, MATCH_BOOL, 0, NULL, 0, OPT_CLAMD | OPT_FRESHCLAM | OPT_MILTER, "Don't fork into background.", "no" },
|
|
|
|
+ { "Foreground", "nofork", 0, TYPE_BOOL, MATCH_BOOL, 0, NULL, 0, OPT_CLAMD | OPT_FRESHCLAM | OPT_MILTER, "Don't fork into background.", "no" },
|
|
|
|
|
|
|
|
{ "Debug", NULL, 0, TYPE_BOOL, MATCH_BOOL, 0, NULL, 0, OPT_CLAMD | OPT_FRESHCLAM, "Enable debug messages in libclamav.", "no" },
|
|
|
|
|