8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 23:23:02 +01:00

Fix debian update-rc.d warning

update-rc.d: warning:  start runlevel arguments (2 3 5) do not match firebird Default-Start values (2 3 4 5)
This commit is contained in:
mapopa 2014-02-27 16:12:59 +00:00
parent 4255bea1e6
commit 74d9133a87

View File

@ -407,15 +407,15 @@ EOF
then
/sbin/rc-update add firebird default
# Suse (& Debian ?) specific
# Suse specific
elif [ -x /sbin/insserv ]
then
/sbin/insserv /etc/init.d/firebird
# One more way to register service - used in Knoppix (& Debian ?)
# One more way to register service - used in Debian
elif [ -x /usr/sbin/update-rc.d ]
then
/usr/sbin/update-rc.d firebird start 14 2 3 5 . stop 20 0 1 6 .
/usr/sbin/update-rc.d -f firebird defaults
fi
# More SuSE - rc.config fillup