Imported Upstream version 2.7
[ossec-hids.git] / src / agentlessd / scripts / register_host.sh
index 0984e76..d7b939e 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
-# @(#) $Id: register_host.sh,v 1.5 2009/06/24 17:06:21 dcid Exp $
+# @(#) $Id: ./src/agentlessd/scripts/register_host.sh, 2012/07/23 dcid Exp $
+
 # Agentless monitoring
 #
 # Copyright (C) 2009 Trend Micro Inc.
@@ -8,7 +9,7 @@
 # 
 # This program is a free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
-# License (version 3) as published by the FSF - Free Software
+# License (version 2) as published by the FSF - Free Software
 # Foundation.
 
 
@@ -88,6 +89,7 @@ elif [ "x$1" = "xadd" ]; then
         echo "ERROR: Unable to creating entry (echo failed)."
         exit 1;
     fi    
+    chmod 744 $MYPASS
     echo "*Host $2 added."
 
 else