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.
firebird/SOURCES
ebasov 9b9a988964
Rebuild For MSVSPhere 10
3 weeks ago
..
.cvsignore update 1 year ago
README.Fedora import firebird-4.0.0.2496-2.el9 1 year ago
add-pkgconfig-files.patch import firebird-4.0.0.2496-2.el9 1 year ago
autoconf.patch Rebuild For MSVSPhere 10 3 weeks ago
btyacc-honour-build-flags.patch Rebuild For MSVSPhere 10 3 weeks ago
c++17.patch Rebuild For MSVSPhere 10 3 weeks ago
cloop-honour-build-flags.patch Rebuild For MSVSPhere 10 3 weeks ago
examples-honour-build-flags.patch Rebuild For MSVSPhere 10 3 weeks ago
fb_config import firebird-4.0.0.2496-2.el9 1 year ago
firebird-configure-c99.patch Rebuild For MSVSPhere 10 3 weeks ago
firebird-logrotate import firebird-4.0.0.2496-2.el9 1 year ago
firebird.service update 1 year ago
no-copy-from-icu.patch Rebuild For MSVSPhere 10 3 weeks ago
noexcept.patch Rebuild For MSVSPhere 10 3 weeks 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