On 01/24/2012 07:34, Guy Helmer wrote:
> On Jan 6, 2012, at 6:16 PM, Doug Barton wrote:
>
>> On 01/06/2012 08:18, Guy Helmer wrote:
>>> On Jan 5, 2012, at 8:58 PM, Doug Barton wrote:
>>>
On 01/05/2012 14:48, Guy Helmer wrote:
> Allow daemon(8) to run pidfile_open() before relenquishing
>>
On Jan 6, 2012, at 6:16 PM, Doug Barton wrote:
> On 01/06/2012 08:18, Guy Helmer wrote:
>> On Jan 5, 2012, at 8:58 PM, Doug Barton wrote:
>>
>>> On 01/05/2012 14:48, Guy Helmer wrote:
Allow daemon(8) to run pidfile_open() before relenquishing
privileges so pid files can be written in /v
On 06.01.2012 2:48, Guy Helmer wrote:
Author: ghelmer
Date: Thu Jan 5 22:48:36 2012
New Revision: 229667
URL: http://svn.freebsd.org/changeset/base/229667
Log:
Allow daemon(8) to run pidfile_open() before relenquishing privileges
so pid files can be written in /var/run when started as roo
On Tue, Jan 10, 2012 at 1:01 PM, Guy Helmer
wrote:
> On Jan 6, 2012, at 12:00 AM, Garrett Cooper wrote:
>
>> On Thu, Jan 5, 2012 at 6:58 PM, Doug Barton wrote:
>>> On 01/05/2012 14:48, Guy Helmer wrote:
Allow daemon(8) to run pidfile_open() before relenquishing privileges
so pid fil
On Jan 6, 2012, at 12:00 AM, Garrett Cooper wrote:
> On Thu, Jan 5, 2012 at 6:58 PM, Doug Barton wrote:
>> On 01/05/2012 14:48, Guy Helmer wrote:
>>> Allow daemon(8) to run pidfile_open() before relenquishing privileges
>>> so pid files can be written in /var/run when started as root.
>>
>>
On 01/06/2012 08:18, Guy Helmer wrote:
> On Jan 5, 2012, at 8:58 PM, Doug Barton wrote:
>
>> On 01/05/2012 14:48, Guy Helmer wrote:
>>> Allow daemon(8) to run pidfile_open() before relenquishing
>>> privileges so pid files can be written in /var/run when started
>>> as root.
>>
>> I'm not sure ho
On Jan 5, 2012, at 8:58 PM, Doug Barton wrote:
> On 01/05/2012 14:48, Guy Helmer wrote:
>> Allow daemon(8) to run pidfile_open() before relenquishing privileges
>> so pid files can be written in /var/run when started as root.
>
> I'm not sure how useful this is since when daemon is exiting it w
On Thu, Jan 5, 2012 at 6:58 PM, Doug Barton wrote:
> On 01/05/2012 14:48, Guy Helmer wrote:
>> Allow daemon(8) to run pidfile_open() before relenquishing privileges
>> so pid files can be written in /var/run when started as root.
>
> I'm not sure how useful this is since when daemon is exiting
On 01/05/2012 14:48, Guy Helmer wrote:
> Allow daemon(8) to run pidfile_open() before relenquishing privileges
> so pid files can be written in /var/run when started as root.
I'm not sure how useful this is since when daemon is exiting it won't be
able to remove the pid file (unless I'm missin