Section: admin
Priority: extra
Maintainer: Ivan Rako <Ivan.Rako@CARNet.hr>
-Build-Depends: debhelper (>= 9.20120909), hardening-wrapper (>= 2.2)
+Build-Depends: debhelper (>= 9.20120909), hardening-wrapper (>= 2.2), lsb-base (>= 3.2-14)
Standards-Version: 3.9.6
Package: ossec-hids
adduser (>= 3.113+nmu3), ${misc:Depends}, ${shlibs:Depends}
Priority: extra
Section: admin
-Description: OSSEC HIDS
+Description: OSSEC open source Host-based Intrusion Detection System (HIDS)
OSSEC is a scalable, multi-platform, open source Host-based Intrusion
Detection System (HIDS). It has a powerful correlation and analysis
engine, integrating log analysis, file integrity checking, Windows
On Debian systems, a copy of the GNU General Public License Version 3 may be
found in /usr/share/common-licenses/GPL-3.
+ LICENSE ISSUES
+ ==============
+
+ The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
+ the OpenSSL License and the original SSLeay license apply to the toolkit.
+ See below for the actual license texts.
# Provides: ossec-hids
# Required-Start: $local_fs $remote_fs $syslog
# Required-Stop: $local_fs $remote_fs $syslog
-# Should-Start: $all
-# Should-Stop: $all
+# Should-Start: $network
+# Should-Stop: $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: OSSEC HIDS init script
# Author: Daniel B. Cid <dcid@ossec.net>
# Modified for slackware by Jack S. Lai
# Modified for Debian package by Dinko Korunic <kreator@carnet.hr>
+# Modified for CARNet by Ivan Rako <Ivan.Rako@CARNet.hr>
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+. /lib/lsb/init-functions
. /etc/ossec-init.conf
if [ "X${DIRECTORY}" = "X" ]; then
DIRECTORY="/var/ossec"
fi
-
start() {
${DIRECTORY}/bin/ossec-control start
}