[PATCH] Allow disable of SysV init/rcN.d support at compile time.

2010-09-07 Thread Gustavo Sverzut Barbieri
This patch adds a cpp definition HAVE_SYSV_COMPAT that is used to isolate code dealing with /etc/init.d and /etc/rcN.d for systems where it does not make sense (one that does not use sysv or one that is fully systemd native). The patch tries to be as little intrusive as possible, however in order

[PATCH] Allow disable of SysV init/rcN.d support at compile time.

2010-09-08 Thread Gustavo Sverzut Barbieri
This patch adds a cpp definition HAVE_SYSV_COMPAT that is used to isolate code dealing with /etc/init.d and /etc/rcN.d for systems where it does not make sense (one that does not use sysv or one that is fully systemd native). The patch tries to be as little intrusive as possible, however in order

Re: [PATCH] Allow disable of SysV init/rcN.d support at compile time.

2010-09-08 Thread Gustavo Sverzut Barbieri
On Wed, Sep 8, 2010 at 1:32 AM, Gustavo Sverzut Barbieri wrote: > This patch adds a cpp definition HAVE_SYSV_COMPAT that is used to > isolate code dealing with /etc/init.d and /etc/rcN.d for systems where > it does not make sense (one that does not use sysv or one that is fully > systemd native).

[systemd-devel] [PATCH] Allow disable of SysV init/rcN.d support at compile time

2010-09-20 Thread Gustavo Sverzut Barbieri
From: Fabiano Fidencio This patch adds a cpp definition HAVE_SYSV_COMPAT that is used to isolate code dealing with /etc/init.d and /etc/rcN.d for systems where it does not make sense (one that does not use sysv or one that is fully systemd native). The patch tries to be as little intrusive as po

Re: [systemd-devel] [PATCH] Allow disable of SysV init/rcN.d support at compile time.

2010-09-13 Thread Lennart Poettering
On Wed, 08.09.10 11:35, Gustavo Sverzut Barbieri (barbi...@profusion.mobi) wrote: > This patch adds a cpp definition HAVE_SYSV_COMPAT that is used to > isolate code dealing with /etc/init.d and /etc/rcN.d for systems where > it does not make sense (one that does not use sysv or one that is fully

Re: [systemd-devel] [PATCH] Allow disable of SysV init/rcN.d support at compile time

2010-09-26 Thread Lennart Poettering
On Tue, 21.09.10 00:23, Gustavo Sverzut Barbieri (barbi...@profusion.mobi) wrote: > From: Fabiano Fidencio > > This patch adds a cpp definition HAVE_SYSV_COMPAT that is used to > isolate code dealing with /etc/init.d and /etc/rcN.d for systems where > it does not make sense (one that does not u