The firebird rpms
Find a file
Philippe Makowski a5c4f2dcbd Change firebird-superserver.service file permissions, fix #1768091
Set login shell to /sbin/nologin, fix #1764128
Remove BR libtermcap-devel
2019-11-04 15:32:12 +01:00
.gitignore new upstream release 2018-11-22 11:59:06 +01:00
0001-Port-to-RISC-V-64-bit-riscv64.patch Rebase riscv64 patch correctly. 2018-03-19 08:57:46 +00:00
add-pkgconfig-files.patch new upstream release 2016-10-12 16:38:40 +02:00
cloop-honour-build-flags.patch new upstream release 2016-10-12 16:38:40 +02: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-superserver.service Remove tmpfile, fix #1687058 2019-08-21 13:30:25 +02:00
firebird.spec Change firebird-superserver.service file permissions, fix #1768091 2019-11-04 15:32:12 +01:00
honour-buildflags.patch new upstream release 2018-11-22 11:59:06 +01: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 new upstream release 2018-11-22 11:59:06 +01:00
obsolete-syslogd.target.patch new upstream release 2016-10-12 16:38:40 +02:00
Provide-sized-global-delete-operators-when-compiled.patch new upstream release 2016-10-12 16:38:40 +02:00
README.Fedora new upstream release 2016-10-12 16:38:40 +02:00
sources new upstream release 2018-11-22 11:59:06 +01: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.
  To help you, you have systemd units in /usr/share/firebird/misc.

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