When trying to install Firebird 3 in devuan, I see that this distribution is 
not included in the script linux. Nor is it in version 2.5.6
Could someone include it in the script?
You need only add in all script:

detectDistro() {

   [cut]

   elif [ -e /etc/devuan_version ]
   then
   # Devuan
      linuxDistro="Devuan"

  [cut]

installInitdScript() {

  [cut]

# 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

 [cut]

Best Regards
========
| ISMAEL |
========



------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to