2010-10-20 Junichi Satoh <junichi@rworks.jp>

* util/pandora_server: Added support for chkconfig.

	* util/tentacle_serverd: Divided comments into chkconfig and LSB init.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3428 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2010-10-20 06:52:07 +00:00
parent 6ada0cdafd
commit b23a74cd33
3 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2010-10-20 Junichi Satoh <junichi@rworks.jp>
* util/pandora_server: Added support for chkconfig.
* util/tentacle_serverd: Divided comments into chkconfig and LSB init.
2010-10-20 Junichi Satoh <junichi@rworks.jp> 2010-10-20 Junichi Satoh <junichi@rworks.jp>
* util/tentacle_serverd: Added support for chkconfig. * util/tentacle_serverd: Added support for chkconfig.

View File

@ -7,6 +7,11 @@
# #
# System startup script for Pandora FMS # System startup script for Pandora FMS
# #
# Comments to support chkconfig on RedHat Linux
# chkconfig: 2345 90 10
# description: Pandora FMS Server startup scrip
#
# Comments to support LSB init script conventions
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: pandora_server # Provides: pandora_server
# Required-Start: $syslog cron # Required-Start: $syslog cron

View File

@ -7,6 +7,11 @@
# #
# System startup script for Tentacle Server # System startup script for Tentacle Server
# #
# Comments to support chkconfig on RedHat Linux
# chkconfig: 2345 90 90
# description: Tentacle Server startup script
#
# Comments to support LSB init script conventions
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: tentacle_server # Provides: tentacle_server
# Required-Start: $network # Required-Start: $network
@ -15,7 +20,6 @@
# Should-Stop: $network # Should-Stop: $network
# Default-Start: 2 3 5 # Default-Start: 2 3 5
# Default-Stop: 0 1 6 # Default-Stop: 0 1 6
# chkconfig: 2345 90 90
# Short-Description: Tentacle Server startup script # Short-Description: Tentacle Server startup script
# Description: Tentacle Server startup script # Description: Tentacle Server startup script
### END INIT INFO ### END INIT INFO