You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Philippe Makowski b71ce9f6c7
remove obsolete Standard output type syslog fix #2035798
3 years ago
.cvsignore Setup of module firebird 16 years ago
.gitignore Update to 4.0.0 (#1963311) 4 years ago
0001-Port-to-RISC-V-64-bit-riscv64.patch new upstream release 5 years ago
Make-the-generated-code-compatible-with-gcc-6-in-C-1.patch new upstream release 5 years ago
README.Fedora Update to 4.0.0 (#1963311) 4 years ago
add-pkgconfig-files.patch Update to 4.0.0 (#1963311) 4 years ago
cloop-honour-build-flags.patch Update to 4.0.0 (#1963311) 4 years ago
fb_config new upstream release 5 years ago
firebird-logrotate new upstream release 5 years ago
firebird.service remove obsolete Standard output type syslog fix #2035798 3 years ago
firebird.spec remove unneeded patches 3 years ago
fix_build_on_big_endian_platforms.patch Fix build on s390x (#1969393) 3 years ago
no-copy-from-icu.patch Update to 4.0.0 (#1963311) 4 years ago
sources Update to 4.0.0 (#1963311) 4 years ago
ttmath-abseil.4.0.0.patch Fix build on s390x (#1969393) 3 years ago

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