:: Re: [DNG] Our friendly community
Top Page
Delete this message
Reply to this message
Author: John Hughes
Date:  
To: dng
Subject: Re: [DNG] Our friendly community
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) {
>     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.

I can understand people not liking systemd, but why criticize it for
things it doesn't do?