On 05/10/2016 06:04 PM, Ismael L. Donis Garcia wrote:
> ----- Original Message -----
> From: "Alex Peshkoff" <peshk...@mail.ru>
> To: <firebird-devel@lists.sourceforge.net>
> Sent: Tuesday, May 10, 2016 10:24 AM
> Subject: Re: [Firebird-devel] Install Firebird en Devuan
>
>
>> 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?
>>
> No. Because there is the file /etc/debian_version
> the existing file is /etc/devuan_version

I'm still unsure. Look here:
https://devuan.org/os/packages/base-files

It's said on this page:

Devuan base system miscellaneous files This package contains the basic 
filesystem hierarchy of a Debian system, and several important 
miscellaneous files, such as /etc/debian_version, /etc/devuan_version, ....

Pay attention - /etc/debian_version is in this list. May be you have 
problems with local installation? From backward compatibility POV that 
file must be present.

> This causes the script is not copied to /etc/init.d
> and is therefore not the service starts
>
> For that reason it is that it is necessary to include in the script files
>
> Thanks
> ========
> | 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
>


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