From: Philippe M. <mak...@us...> - 2009-07-29 08:07:44
|
Build Version : T2.5.0.24738 Firebird 2.5 Beta 2 (writeBuildNum.sh,v 1.24903 2009/07/29 08:07:29 makowski Ex ) Update of /cvsroot/firebird/firebird2/builds/install/arch-specific/linux/misc In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31521 Modified Files: firebird.init.d.mandrake.in Log Message: change start stop order, add LSB header Index: firebird.init.d.mandrake.in =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/install/arch-specific/linux/misc/firebird.init.d.mandrake.in,v retrieving revision 1.14 retrieving revision 1.15 diff -b -U3 -r1.14 -r1.15 --- firebird.init.d.mandrake.in 23 Jul 2009 00:56:17 -0000 1.14 +++ firebird.init.d.mandrake.in 29 Jul 2009 08:07:27 -0000 1.15 @@ -1,11 +1,20 @@ #!/bin/sh -# chkconfig: 345 20 80 +# chkconfig: 345 80 20 # description: Start/Stop firebird database server # # This file belongs in /etc/init.d where it will be run # on system startup and shutdown to start the background # Firebird database server daemon +### BEGIN INIT INFO +# Provides: firebird +# Required-Start: $local_fs $syslog +# Required-Stop: +# Default-Start: 3 4 5 +# Default-Stop: 0 1 2 6 +# Short-Description: Firebird server database +# Description: Starts and stops the Firebird database server backend daemon. +### END INIT INFO # Source function library - RedHat or Mandriva specific # functions actually used: checkpid killproc daemon |