new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / agentlessd / scripts / su.exp
index dbb1cf9..923c629 100755 (executable)
@@ -1,18 +1,15 @@
 #!/usr/bin/env expect
 
-# @(#) $Id: ./src/agentlessd/scripts/su.exp, 2011/09/08 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 2) as published by the FSF - Free Software
 # Foundation.
 
-
 # If su was chosen
 set timeout 10
 if {[string compare $use_su "su;"] == 0} {
@@ -30,7 +27,6 @@ if {[string compare $use_su "su;"] == 0} {
         }
     }
 
-
     expect {
         "Permission denied" {
             send_user "\nERROR: Incorrect su password to host: $hostname .\n"