/etc/default/firebird2.5 is in firebird2.5-server-common 2.5.4.26856.ds4-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | # Firebird server is enabled by default.
# To disable run
# `dpkg-reconfigure firebird2.5-FLAVOUR' as root
# replacing FLAVOUR witht he flavour of firebird server you use (super, classic
# or superclassic).
#
# You could also just change the assignment below from 'no' to 'yes'
# and:
# for -classic: run `update-inetd --disable gds_db'
# for -super: run `invoke-rc.d firebird2.5-super stop'
# for -superclassic: run `invoke-rc.d firebird2.5-superclassic stop'
ENABLE_FIREBIRD_SERVER=yes
|