28 lines
911 B
Diff
28 lines
911 B
Diff
--- builds/install/arch-specific/linux/misc/firebird.init.d.mandrake.in 2009-07-24 12:16:22.000000000 +0200
|
|
+++ builds/install/arch-specific/linux/misc/firebird.init.d.mandrake.in.new 2009-07-28 01:08:16.000000000 +0200
|
|
@@ -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
|
|
|
|
|
|
|