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?


_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to