firebird/SOURCES
Toshaan Bharvani 26448753e4 add missing source
Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
2024-01-18 15:10:02 +01:00
..
Firebird-4.0.4.3010-0.tar.xz add missing source 2024-01-18 15:10:02 +01:00
README.Fedora initial package creation 2024-01-18 15:07:46 +01:00
add-pkgconfig-files.patch initial package creation 2024-01-18 15:07:46 +01:00
autoconf.patch initial package creation 2024-01-18 15:07:46 +01:00
btyacc-honour-build-flags.patch initial package creation 2024-01-18 15:07:46 +01:00
c++17.patch initial package creation 2024-01-18 15:07:46 +01:00
cloop-honour-build-flags.patch initial package creation 2024-01-18 15:07:46 +01:00
examples-honour-build-flags.patch initial package creation 2024-01-18 15:07:46 +01:00
fb_config initial package creation 2024-01-18 15:07:46 +01:00
firebird-configure-c99.patch initial package creation 2024-01-18 15:07:46 +01:00
firebird-logrotate initial package creation 2024-01-18 15:07:46 +01:00
firebird.service initial package creation 2024-01-18 15:07:46 +01:00
no-copy-from-icu.patch initial package creation 2024-01-18 15:07:46 +01:00
noexcept.patch initial package creation 2024-01-18 15:07:46 +01:00

README.Fedora

Differences between upstream and the Fedora package
===================================================

* In /usr/bin you have isql-fb for Firebird isql.
  We can't name it isql to avoid conflict with isql from UNIX-ODBC.
  In /usr/bin you have also gstat-fb for Firebird gstat.
  We can't name it gstat to avoid conflict with gstat from Ganglia-gmond.

* By default, Firebird is set as superserver mode.
  Please read the Firebird doc if you want to change the mode.

* According to Fedora packaging rules, firebird service is not started 
  automatically. You need to start it, as root : 
    systemctl start firebird.service
  If you want to have firebird started at each boot, as root :
    systemctl enable firebird.service