On 05/09/2016 11:41 PM, Ismael L. Donis Garcia wrote:
> 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]

ISMAEL, typically forks are detected like parent distro, i.e. in your 
case it should be detected as debian. Does it take place?



------------------------------------------------------------------------------
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