Re: svn commit: r229667 - head/usr.sbin/daemon

2012-01-24 Thread Doug Barton
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 >>

Re: svn commit: r229667 - head/usr.sbin/daemon

2012-01-24 Thread Guy Helmer
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

Re: svn commit: r229667 - head/usr.sbin/daemon

2012-01-15 Thread Andrey Zonov
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

Re: svn commit: r229667 - head/usr.sbin/daemon

2012-01-10 Thread Garrett Cooper
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

Re: svn commit: r229667 - head/usr.sbin/daemon

2012-01-10 Thread Guy Helmer
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. >> >>

Re: svn commit: r229667 - head/usr.sbin/daemon

2012-01-06 Thread Doug Barton
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

Re: svn commit: r229667 - head/usr.sbin/daemon

2012-01-06 Thread Guy Helmer
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

Re: svn commit: r229667 - head/usr.sbin/daemon

2012-01-05 Thread Garrett Cooper
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

Re: svn commit: r229667 - head/usr.sbin/daemon

2012-01-05 Thread Doug Barton
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