[Pkg-ossec-devel] [SCM] Git repository for pkg-ossec branch, master, updated. f89fb2c00b1a2606035e5cd0e35b4ebe99f049ac
Javier Fernandez-Sanguino
jfs at debian.org
Wed Aug 29 16:31:31 UTC 2012
The following commit has been merged in the master branch:
commit 9f3d9092d5efb60eba72e20ec4fb0420a95a8b26
Author: Javier Fernandez-Sanguino <jfs at debian.org>
Date: Wed Aug 29 00:40:57 2012 +0200
Adjust for server
diff --git a/debian/ossec-hids-server.init b/debian/ossec-hids-server.init
index 07f513a..0568fa1 100755
--- a/debian/ossec-hids-server.init
+++ b/debian/ossec-hids-server.init
@@ -8,14 +8,14 @@
# published by the FSF - Free Software Foundation.
### BEGIN INIT INFO
-# Provides: ossec-hids
+# Provides: ossec-hids-server
# 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: Host-based intrusion detection system
+# Short-Description: Host-based intrusion detection system (server)
# Description: Host-based intrusion detection system that will
# perform log analysis, file integrity checking, policy
# monitoring, rootkit detection, real-time alerting and
@@ -23,11 +23,10 @@
### END INIT INFO
PATH=/sbin:/usr/sbin:/bin:/usr/bin
-DESC="OSSEC Host-based Intrusion Detection System"
+DESC="OSSEC Host-based Intrusion Detection System server"
NAME=ossec-hids-server
DAEMON=/usr/lib/ossec/ossec-agentd
DAEMON_ARGS=""
-PIDFILE=/var/run/ossec-hids/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
# Exit if the package is not installed
@@ -144,6 +143,7 @@ case "$1" in
;;
*)
# Failed to stop
+ log_failure_msg "review the logfile $LOGFILE"
log_end_msg 1
;;
esac
--
Git repository for pkg-ossec
More information about the Pkg-ossec-devel
mailing list