:: Re: [DNG] Our friendly community
Top Page
Delete this message
Reply to this message
Author: Rainer Weikusat
Date:  
To: John Hughes
CC: dng
Subject: Re: [DNG] Our friendly community
John Hughes <john@???> writes:

> On 18/12/15 16:25, Rainer Weikusat wrote:
>> If you look at
>>
>> ,----
>> |  if (init_is_systemd) {
>> |    do some systemd stuff;
>> |  }
>> |  else {
>> |    carry on as before;
>> |  }
>> `----

>>
>> you'll note that the
>>
>> if (init_is_systemd)F {
>>     do some systemd stuff;
>> } else {
>>     /* syslog(LOG_EMERG, "ESYADMINDEPRECATED!!!"); */
>> }

>>
>> is nothing but "systemd support code added to some package".
>
> Can't find the string "ESYADMINDEPRECATED" in the source for
> libsystemd0.


That's not really surprising as there is no source for
'libsystemd0'. It's a part of systemd,

https://packages.debian.org/sid/libsystemd0

and the source of that doesn't contain 'if (init_is_systemd)' either.