[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-dev] ossec-hids: defs.h (HEAD) help.h (HEAD) [meirm]
Module name: ossec-hids
Changes by: meirm 06/09/04 17:39:21
Modified files:
defs.h help.h
Log message:
Description: Added -V switch to all daemons
Reviewed by: Daniel Cid, coded by Meir Michanie
Bug:
Index: defs.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/defs.h,v
diff -u -r1.31 -r1.32
--- defs.h 29 Aug 2006 19:35:42 -0000 1.31
+++ defs.h 4 Sep 2006 20:39:21 -0000 1.32
@@ -33,11 +33,15 @@
/* Some Global names */
#define __name "OSSEC HIDS"
-#define __version "v0.9-1"
+#define __version "v0.9-1b"
#define __author "Daniel B. Cid"
#define __contact "contact@xxxxxxxxx"
#define __site "http://www.ossec.net"
-
+#define __license "\
+This program is free software; you can redistribute it and/or modify\n\
+it under the terms of the GNU General Public License as published by\n\
+the Free Software Foundation; either version 2 of the License, or\n\
+(at your option) any later version.\n"
/* Maximum allowed PID */
#ifdef SOLARIS
Index: help.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/help.h,v
diff -u -r1.1.1.1 -r1.2
--- help.h 23 Sep 2005 15:10:02 -0000 1.1.1.1
+++ help.h 4 Sep 2006 20:39:21 -0000 1.2
@@ -16,5 +16,6 @@
#define __HELP_H
void help();
+void print_version();
#endif
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.