From b23a74cd330c409e07c6bceae881b8e6fb9c499a Mon Sep 17 00:00:00 2001 From: jsatoh Date: Wed, 20 Oct 2010 06:52:07 +0000 Subject: [PATCH] 2010-10-20 Junichi Satoh * 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 --- pandora_server/ChangeLog | 6 ++++++ pandora_server/util/pandora_server | 5 +++++ pandora_server/util/tentacle_serverd | 6 +++++- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 1b649b4235..260431f3e5 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,9 @@ +2010-10-20 Junichi Satoh + + * util/pandora_server: Added support for chkconfig. + + * util/tentacle_serverd: Divided comments into chkconfig and LSB init. + 2010-10-20 Junichi Satoh * util/tentacle_serverd: Added support for chkconfig. diff --git a/pandora_server/util/pandora_server b/pandora_server/util/pandora_server index 1d37ac183a..9fb1c8b94f 100755 --- a/pandora_server/util/pandora_server +++ b/pandora_server/util/pandora_server @@ -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 diff --git a/pandora_server/util/tentacle_serverd b/pandora_server/util/tentacle_serverd index 17aff9a308..f48ec2245f 100755 --- a/pandora_server/util/tentacle_serverd +++ b/pandora_server/util/tentacle_serverd @@ -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