Re: [gentoo-dev] rfc: status of OpenRC's public API

2013-09-30 Thread Douglas Freed
On Wed, Sep 25, 2013 at 7:08 PM, Michał Górny mgo...@gentoo.org wrote: Dnia 2013-09-13, o godz. 19:16:06 William Hubbs willi...@gentoo.org napisał(a): OpenRC currently has a public api, consisting of librc and libeinfo (rc.h and einfo.h are the headers); however, I do not know of any

Re: [gentoo-dev] rfc: status of OpenRC's public API

2013-09-30 Thread William Hubbs
I just saw this today, because the original msg went to another mailbox, but the reply showed up here on -dev. On Mon, Sep 30, 2013 at 08:39:06AM -0400, Douglas Freed wrote: On Wed, Sep 25, 2013 at 7:08 PM, Michał Górny mgo...@gentoo.org wrote: Dnia 2013-09-13, o godz. 19:16:06 William Hubbs

Re: [gentoo-dev] rfc: status of OpenRC's public API

2013-09-25 Thread Michał Górny
Dnia 2013-09-13, o godz. 19:16:06 William Hubbs willi...@gentoo.org napisał(a): OpenRC currently has a public api, consisting of librc and libeinfo (rc.h and einfo.h are the headers); however, I do not know of any released software that uses these, so, if there is nothing, I am considering

Re: [gentoo-dev] rfc: status of OpenRC's public API

2013-09-15 Thread Gilles Dartiguelongue
Le samedi 14 septembre 2013 à 18:07 -0500, William Hubbs a écrit : On Sat, Sep 14, 2013 at 10:59:57PM +0200, Pacho Ramos wrote: openrc-settings will need to be kept if we ever want to implement: https://bugs.gentoo.org/show_bug.cgi?id=480336 There may be other reasons to keep the api,

Re: [gentoo-dev] rfc: status of OpenRC's public API

2013-09-14 Thread Gilles Dartiguelongue
Le samedi 14 septembre 2013 à 00:47 -0400, Alexandre Rostovtsev a écrit : On Fri, 2013-09-13 at 22:48 -0500, William Hubbs wrote: On Fri, Sep 13, 2013 at 09:04:06PM -0400, Alexandre Rostovtsev wrote: app-admin/openrc-settingsd uses various functions (rc_sys(), rc_runlevel_get(),

Re: [gentoo-dev] rfc: status of OpenRC's public API

2013-09-14 Thread William Hubbs
On Sat, Sep 14, 2013 at 12:47:04AM -0400, Alexandre Rostovtsev wrote: On Fri, 2013-09-13 at 22:48 -0500, William Hubbs wrote: On Fri, Sep 13, 2013 at 09:04:06PM -0400, Alexandre Rostovtsev wrote: app-admin/openrc-settingsd uses various functions (rc_sys(), rc_runlevel_get(),

Re: [gentoo-dev] rfc: status of OpenRC's public API

2013-09-14 Thread Pacho Ramos
El sáb, 14-09-2013 a las 11:35 -0500, William Hubbs escribió: On Sat, Sep 14, 2013 at 12:47:04AM -0400, Alexandre Rostovtsev wrote: On Fri, 2013-09-13 at 22:48 -0500, William Hubbs wrote: On Fri, Sep 13, 2013 at 09:04:06PM -0400, Alexandre Rostovtsev wrote: app-admin/openrc-settingsd

Re: [gentoo-dev] rfc: status of OpenRC's public API

2013-09-14 Thread William Hubbs
On Sat, Sep 14, 2013 at 10:59:57PM +0200, Pacho Ramos wrote: openrc-settings will need to be kept if we ever want to implement: https://bugs.gentoo.org/show_bug.cgi?id=480336 There may be other reasons to keep the api, that's why I put out the question. However, I thought the gnome team had

Re: [gentoo-dev] rfc: status of OpenRC's public API

2013-09-14 Thread Pacho Ramos
El sáb, 14-09-2013 a las 18:07 -0500, William Hubbs escribió: On Sat, Sep 14, 2013 at 10:59:57PM +0200, Pacho Ramos wrote: openrc-settings will need to be kept if we ever want to implement: https://bugs.gentoo.org/show_bug.cgi?id=480336 There may be other reasons to keep the api, that's

Re: [gentoo-dev] rfc: status of OpenRC's public API

2013-09-14 Thread Doug Goldstein
On Sat, Sep 14, 2013 at 11:35 AM, William Hubbs willi...@gentoo.org wrote: On Sat, Sep 14, 2013 at 12:47:04AM -0400, Alexandre Rostovtsev wrote: On Fri, 2013-09-13 at 22:48 -0500, William Hubbs wrote: On Fri, Sep 13, 2013 at 09:04:06PM -0400, Alexandre Rostovtsev wrote:

[gentoo-dev] rfc: status of OpenRC's public API

2013-09-13 Thread William Hubbs
All, OpenRC currently has a public api, consisting of librc and libeinfo (rc.h and einfo.h are the headers); however, I do not know of any released software that uses these, so, if there is nothing, I am considering making this code private to OpenRC and getting rid of the API. I will reconsider

Re: [gentoo-dev] rfc: status of OpenRC's public API

2013-09-13 Thread Alexandre Rostovtsev
On Fri, 2013-09-13 at 19:16 -0500, William Hubbs wrote: All, OpenRC currently has a public api, consisting of librc and libeinfo (rc.h and einfo.h are the headers); however, I do not know of any released software that uses these, so, if there is nothing, I am considering making this code

Re: [gentoo-dev] rfc: status of OpenRC's public API

2013-09-13 Thread William Hubbs
On Fri, Sep 13, 2013 at 09:04:06PM -0400, Alexandre Rostovtsev wrote: On Fri, 2013-09-13 at 19:16 -0500, William Hubbs wrote: All, OpenRC currently has a public api, consisting of librc and libeinfo (rc.h and einfo.h are the headers); however, I do not know of any released software

Re: [gentoo-dev] rfc: status of OpenRC's public API

2013-09-13 Thread Alexandre Rostovtsev
On Fri, 2013-09-13 at 22:48 -0500, William Hubbs wrote: On Fri, Sep 13, 2013 at 09:04:06PM -0400, Alexandre Rostovtsev wrote: app-admin/openrc-settingsd uses various functions (rc_sys(), rc_runlevel_get(), rc_service_exists(), rc_service_in_runlevel(), rc_service_resolve(),