[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-cvs] ossec-hids: main.c (HEAD) [dcid]
Module name: ossec-hids
Changes by: dcid 07/09/24 18:39:11
Modified files:
main.c
Log message:
Description: Multiple patches by Slava Semushin <php-coder at altlinux.org>
Reviewed by: dcid
Bugs:
http://www.ossec.net/bugs/show_bug.cgi?id=75
http://www.ossec.net/bugs/show_bug.cgi?id=76
http://www.ossec.net/bugs/show_bug.cgi?id=74
Index: main.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/monitord/main.c,v
diff -u -r1.3 -r1.4
--- main.c 4 Sep 2006 20:39:22 -0000 1.3
+++ main.c 24 Sep 2007 21:39:11 -0000 1.4
@@ -36,7 +36,7 @@
print_version();
break;
case 'h':
- help();
+ help(ARGV0);
break;
case 'd':
nowDebug();
@@ -64,7 +64,7 @@
test_config = 1;
break;
default:
- help();
+ help(ARGV0);
break;
}
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.