[Pkg-ossec-devel] [SCM] Git repository for pkg-ossec branch, debian, updated. 80a41f89070c1546065736955b9285e2a0132e8f
Javier Fernandez-Sanguino
jfs at debian.org
Fri Jul 29 16:29:49 UTC 2011
The following commit has been merged in the debian branch:
commit 9611d67f24d11ea808a608947c3bef507e1bc53d
Author: Javier Fernandez-Sanguino <jfs at debian.org>
Date: Fri Jul 29 18:14:45 2011 +0200
Add required init header
diff --git a/debian/ossec-hids.init b/debian/ossec-hids.init
index 4026929..80d95a5 100755
--- a/debian/ossec-hids.init
+++ b/debian/ossec-hids.init
@@ -4,9 +4,24 @@
# Modified for slackware by Jack S. Lai
# Modified for Debian by Javier Fernandez-Sanguino
#
-# OSSEC HIDS is a free software; you can redistribute it and/or modify
+# OSSEC HIDS 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.
+# published by the FSF - Free Software Foundation.
+
+### BEGIN INIT INFO
+# Provides: ossec-hids
+# Required-Start: $time $network $local_fs $remote_fs
+# Required-Stop: $network $remote_fs
+# Should-Start: $syslog
+# Should-Stop:
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: Intrusion detection system that monitors the local system
+# Description: Intrusion detection system that will
+# perform log analysis, file integrity checking, policy
+# monitoring, rootkit detection, real-time alerting and
+# active response.
+### END INIT INFO
. /etc/ossec-init.conf
--
Git repository for pkg-ossec
More information about the Pkg-ossec-devel
mailing list