Subject | Re: [firebird-support] install firebird 3 in "devuan" |
---|---|
Author | Ismael L. Donis Garcia |
Post date | 2016-05-04T19:32:04Z |
what there is to add in the installer:
# Devuan specific
elif [ -r /etc/devuan_version ]
then
srcScript=firebird.init.d.debian
initScript=/etc/init.d/firebird
rm -f /usr/sbin/rcfirebird
ln -s ../../etc/init.d/firebird /usr/sbin/rcfirebird
Best Regards
========
| ISMAEL |
========
# Devuan specific
elif [ -r /etc/devuan_version ]
then
srcScript=firebird.init.d.debian
initScript=/etc/init.d/firebird
rm -f /usr/sbin/rcfirebird
ln -s ../../etc/init.d/firebird /usr/sbin/rcfirebird
Best Regards
========
| ISMAEL |
========
----- Original Message -----
From: 'Ismael L. Donis Garcia' slibre@... [firebird-support]
To: Firebird Support
Sent: Wednesday, May 04, 2016 12:22 PM
Subject: [firebird-support] install firebird 3 in "devuan"
When I try to install firebird 3 in devuan system does not recognize me and
therefore not copy me the script to the folder /etc/init.d
Could someone fix this?
Couldn't autodetect linux type. You must select
the most appropriate startup script in /opt/firebird/misc
and manually register it in your OS.
Please enter new password for SYSDBA user: password
Install completed
root@vir-ser-dev2:/home/idonis/Descargas/Firebird-3.0.0.32483-0.i686#
invoke-rc.d firebird start
root@vir-ser-dev2:/home/idonis/Descargas/Firebird-3.0.0.32483-0.i686# ps aux
| grep firebir
root 4333 0.0 0.2 4576 2192 pts/0 S+ 08:03 0:00 grep firebir
root@vir-ser-dev2:
the indentical startup script is /opt/firebird/misc/firebird.init.d.debian
From now Thanks
========
| ISMAEL |
========