The firebird rpms
Find a file
Gwyn Ciesla 8c97c25830 4.0.6.3221
2025-09-25 11:23:32 -05:00
.gitignore 4.0.6.3221 2025-09-25 11:23:32 -05:00
add-pkgconfig-files.patch Update to 4.0.0 (#1963311) 2021-06-08 11:49:50 +02:00
btyacc-honour-build-flags.patch Update to 4.0.2 (#2033945) 2022-08-12 16:00:39 +02:00
c++17.patch 4.0.6.3221 2025-09-25 11:23:32 -05:00
cloop-honour-build-flags.patch Update to 4.0.2 (#2033945) 2022-08-12 16:00:39 +02:00
examples-honour-build-flags.patch Respect build flags in examples 2023-11-03 15:45:05 -04:00
fb_config add shebang in fb_config, fix #1544837 2018-02-13 16:48:39 +01:00
firebird-logrotate Initial import 2009-05-04 09:03:44 +00:00
firebird.service Remove Standard output type syslog (#2035798) 2022-05-13 09:40:32 +02:00
firebird.spec 4.0.6.3221 2025-09-25 11:23:32 -05:00
Make-the-generated-code-compatible-with-gcc-6-in-C-1.patch new upstream release 2016-10-12 16:38:40 +02:00
no-copy-from-icu.patch Update to 4.0.2 (#2033945) 2022-08-12 16:00:39 +02:00
noexcept.patch Update to 4.0.0 (#1963311) 2021-06-08 11:49:50 +02:00
README.Fedora Update to 4.0.0 (#1963311) 2021-06-08 11:49:50 +02:00
sources 4.0.6.3221 2025-09-25 11:23:32 -05:00

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