2010-10-20 Junichi Satoh <junichi@rworks.jp>
* util/tentacle_serverd: Added support for chkconfig. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3427 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
aee5a86441
commit
6ada0cdafd
|
@ -1,3 +1,7 @@
|
||||||
|
2010-10-20 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
|
* util/tentacle_serverd: Added support for chkconfig.
|
||||||
|
|
||||||
2010-10-19 Sergio Martin <sergio.martin@artica.es>
|
2010-10-19 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* lib/PandoraFMS/Core.pm
|
* lib/PandoraFMS/Core.pm
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in New Issue