[Oval-commits] r273 - trunk/oval-agent

Javier Fernandez-Sanguino Pen~a jfs at alioth.debian.org
Mon Sep 10 23:09:18 UTC 2007


Author: jfs
Date: 2007-09-10 23:09:18 +0000 (Mon, 10 Sep 2007)
New Revision: 273

Modified:
   trunk/oval-agent/OvalAgent.TODO
   trunk/oval-agent/oval-agent.py
Log:
Patches from Pavel

Modified: trunk/oval-agent/OvalAgent.TODO
===================================================================
--- trunk/oval-agent/OvalAgent.TODO	2007-09-10 23:07:07 UTC (rev 272)
+++ trunk/oval-agent/OvalAgent.TODO	2007-09-10 23:09:18 UTC (rev 273)
@@ -1,4 +1,3 @@
-Chech ovaldi output for errors
-Chech definitions hash before download definition file from server
+Check ovaldi output for errors
+Check definitions hash before download definition file from server
 Fix loop in get-evaluate-send
-oval-agent init script don't see DEFAULT state

Modified: trunk/oval-agent/oval-agent.py
===================================================================
--- trunk/oval-agent/oval-agent.py	2007-09-10 23:07:07 UTC (rev 272)
+++ trunk/oval-agent/oval-agent.py	2007-09-10 23:09:18 UTC (rev 273)
@@ -1,7 +1,8 @@
 #!/usr/bin/python2.4
 # -*- coding: utf-8 -*-
 #                                                                                                                                              
-# Written by Pavel Vinogradov
+#
+# Written by Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>
 # Licensed under the GNU General Public License version 2.
 """  Agent package that interact with oval-server and evaluate local machine with received definitions.
 
@@ -99,7 +100,7 @@
 
 if __name__ == "__main__":
 	#Parse command line options. 
-	#By default we search for config file in current directory 
+	#By default we search for config file in global configuration directory 
 	opts = {'-c' : '/etc/oval/agent.conf'}
 	
 	try:




More information about the Oval-commits mailing list