new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / agentlessd / scripts / ssh_generic_diff
index d63a9af..cc984ff 100755 (executable)
@@ -1,22 +1,19 @@
 #!/usr/bin/env expect
 
-# @(#) $Id: ssh_generic_diff,v 1.10 2009/06/24 17:06:21 dcid Exp $
 # Agentless monitoring
 #
 # Copyright (C) 2009 Trend Micro Inc.
 # All rights reserved.
-# 
+#
 # 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.
 
-
-# Main script.
+# Main script
 source "agentless/main.exp"
 
-
-# SSHing to the box and passing the directories to check.
+# SSH to the box and pass the directories to check
 if [catch {
     spawn ssh $hostname
 } loc_error] {
@@ -24,11 +21,9 @@ if [catch {
     exit 1;
 }
 
-
 source $sshsrc
 source $susrc
 
-
 set timeout 600
 send_user "INFO: Starting.\n"
 send_user "\nSTORE: now\n"