new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / init / functions.sh
index d531dc2..e7f5bd0 100755 (executable)
@@ -1,16 +1,11 @@
 #!/bin/sh
 # Shell script functions for the OSSEC HIDS
 # Author: Daniel B. Cid <daniel.cid@gmail.com>
-# Last modification: Mar 02, 2006
-
 
 TRUE="true";
 FALSE="false";
 
 
-##########
-# isFile
-##########
 isFile()
 {
     FILE=$1
@@ -23,4 +18,3 @@ isFile()
     return 1;
 }
 
-