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:
parent
6ada0cdafd
commit
b23a74cd33
|
@ -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>
|
||||
|
||||
* util/tentacle_serverd: Added support for chkconfig.
|
||||
|
|
|
@ -7,6 +7,11 @@
|
|||
#
|
||||
# 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
|
||||
# Provides: pandora_server
|
||||
# Required-Start: $syslog cron
|
||||
|
|
|
@ -7,6 +7,11 @@
|
|||
#
|
||||
# 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
|
||||
# Provides: tentacle_server
|
||||
# Required-Start: $network
|
||||
|
@ -15,7 +20,6 @@
|
|||
# Should-Stop: $network
|
||||
# Default-Start: 2 3 5
|
||||
# Default-Stop: 0 1 6
|
||||
# chkconfig: 2345 90 90
|
||||
# Short-Description: Tentacle Server startup script
|
||||
# Description: Tentacle Server startup script
|
||||
### END INIT INFO
|
||||
|
|
Loading…
Reference in New Issue