From 28eb1b84c4f16efd5b121de2a90066625e116c88 Mon Sep 17 00:00:00 2001 From: lkx690 Date: Mon, 30 Dec 2019 15:36:19 +0800 Subject: [PATCH] modify readme --- README.Fedora | 20 -------------------- firebird.spec | 2 +- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 README.Fedora diff --git a/README.Fedora b/README.Fedora deleted file mode 100644 index 9f869cb..0000000 --- a/README.Fedora +++ /dev/null @@ -1,20 +0,0 @@ -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 - diff --git a/firebird.spec b/firebird.spec index 03e3edf..d4e81d2 100644 --- a/firebird.spec +++ b/firebird.spec @@ -1,6 +1,6 @@ Name: firebird Version: 3.0.3.32900 -Release: 4 +Release: 5 Summary: SQL relational database management system License: Interbase URL: http://www.firebirdsql.org/ -- Gitee