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