[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ossec-cvs] ossec-hids: os_lib_syscheck.php (HEAD) [davelowe]



Module name:	ossec-hids
Changes by:	davelowe	07/08/08 05:32:47

Modified files:
	os_lib_syscheck.php

Log message:
Renamed ossec-server to uname -n

Index: os_lib_syscheck.php
===================================================================
RCS file: /usr/cvsroot/ossec-ui/ossec/Lib/os_lib_syscheck.php,v
diff -u -r1.2 -r1.3
--- os_lib_syscheck.php	8 Aug 2007 08:26:34 -0000	1.2
+++ os_lib_syscheck.php	8 Aug 2007 08:32:47 -0000	1.3
@@ -344,7 +344,7 @@
                 if($file == "syscheck")
                 {
 		    // Then this is a single install
-                    $_name = $agent_name;
+                    $_name = `uname -n`;
                 }
                 else
                 {


OSSEC home | Main Index | Thread Index


OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.