[Pkg-ossec-devel] [SCM] Git repository for pkg-ossec branch, master, updated. 5840c90d320d3cd7ec7f95f3d57448a4a9e3cd28
Jose Antonio Quevedo
joseantonio.quevedo at gmail.com
Fri Jul 22 12:04:02 UTC 2011
The following commit has been merged in the master branch:
commit 29f41515a3139c2d29d3875c72768970b986e4b7
Author: Jose Antonio Quevedo <joseantonio.quevedo at gmail.com>
Date: Fri Jul 22 13:04:31 2011 +0200
Added the init.d files for each package.
diff --git a/debian/init.d b/debian/ossec-hids-agent.init.d
similarity index 95%
copy from debian/init.d
copy to debian/ossec-hids-agent.init.d
index 4f7c16b..f5efd1d 100644
--- a/debian/init.d
+++ b/debian/ossec-hids-agent.init.d
@@ -1,6 +1,6 @@
#!/bin/sh
### BEGIN INIT INFO
-# Provides: ossec-hids
+# Provides: ossec-hids-agent
# Required-Start: $network $local_fs
# Required-Stop:
# Default-Start: 2 3 4 5
@@ -15,8 +15,8 @@
# PATH should only include /usr/* if it runs after the mountnfs.sh script
PATH=/sbin:/usr/sbin:/bin:/usr/bin
-DESC=ossec-hids # Introduce a short description here
-NAME=ossec-hids # Introduce the short server's name here
+DESC=ossec-hids-agent # Introduce a short description here
+NAME=ossec-hids-agent # Introduce the short server's name here
DAEMON=/usr/sbin/ossec-hids # Introduce the server's location here
DAEMON_ARGS="" # Arguments to run the daemon with
PIDFILE=/var/run/$NAME.pid
diff --git a/debian/init.d b/debian/ossec-hids-local.init.d
similarity index 95%
copy from debian/init.d
copy to debian/ossec-hids-local.init.d
index 4f7c16b..d1a5108 100644
--- a/debian/init.d
+++ b/debian/ossec-hids-local.init.d
@@ -1,6 +1,6 @@
#!/bin/sh
### BEGIN INIT INFO
-# Provides: ossec-hids
+# Provides: ossec-hids-local
# Required-Start: $network $local_fs
# Required-Stop:
# Default-Start: 2 3 4 5
@@ -15,8 +15,8 @@
# PATH should only include /usr/* if it runs after the mountnfs.sh script
PATH=/sbin:/usr/sbin:/bin:/usr/bin
-DESC=ossec-hids # Introduce a short description here
-NAME=ossec-hids # Introduce the short server's name here
+DESC=ossec-hids-local # Introduce a short description here
+NAME=ossec-hids-local # Introduce the short server's name here
DAEMON=/usr/sbin/ossec-hids # Introduce the server's location here
DAEMON_ARGS="" # Arguments to run the daemon with
PIDFILE=/var/run/$NAME.pid
diff --git a/debian/init.d b/debian/ossec-hids-server.init.d
similarity index 95%
rename from debian/init.d
rename to debian/ossec-hids-server.init.d
index 4f7c16b..f4423e6 100644
--- a/debian/init.d
+++ b/debian/ossec-hids-server.init.d
@@ -1,6 +1,6 @@
#!/bin/sh
### BEGIN INIT INFO
-# Provides: ossec-hids
+# Provides: ossec-hids-server
# Required-Start: $network $local_fs
# Required-Stop:
# Default-Start: 2 3 4 5
@@ -15,8 +15,8 @@
# PATH should only include /usr/* if it runs after the mountnfs.sh script
PATH=/sbin:/usr/sbin:/bin:/usr/bin
-DESC=ossec-hids # Introduce a short description here
-NAME=ossec-hids # Introduce the short server's name here
+DESC=ossec-hids-server # Introduce a short description here
+NAME=ossec-hids-server # Introduce the short server's name here
DAEMON=/usr/sbin/ossec-hids # Introduce the server's location here
DAEMON_ARGS="" # Arguments to run the daemon with
PIDFILE=/var/run/$NAME.pid
--
Git repository for pkg-ossec
More information about the Pkg-ossec-devel
mailing list