Re: CVS commit: src/external/bsd/cron/dist

2011-10-12 Thread David Holland
On Wed, Oct 12, 2011 at 12:39:48PM -0400, Christos Zoulas wrote: > Modified Files: > src/external/bsd/cron/dist: cron.8 database.c pathnames.h > > Log Message: > process files in /etc/cron.d/ For the record, I object to this change. I think keeping /etc small and simple, and having one

Re: CVS commit: src/external/bsd/cron/dist

2011-10-12 Thread Thomas Klausner
On Wed, Oct 12, 2011 at 12:39:48PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Wed Oct 12 16:39:48 UTC 2011 > > Modified Files: > src/external/bsd/cron/dist: cron.8 database.c pathnames.h > > Log Message: > process files in /etc/cron.d/ If we'

Re: CVS commit: src/external/bsd/cron/dist

2011-10-12 Thread Christos Zoulas
In article <20111012181619.GA24188@marx.bitnet>, Jukka Ruohonen wrote: >On Wed, Oct 12, 2011 at 12:39:48PM -0400, Christos Zoulas wrote: >> Module Name: src >> Committed By:christos >> Date:Wed Oct 12 16:39:48 UTC 2011 >> >> Modified Files: >> src/external/bsd/cron/d

Re: CVS commit: src/external/bsd/cron/dist

2011-10-12 Thread Jukka Ruohonen
On Wed, Oct 12, 2011 at 12:39:48PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Wed Oct 12 16:39:48 UTC 2011 > > Modified Files: > src/external/bsd/cron/dist: cron.8 database.c pathnames.h > > Log Message: > process files in /etc/cron.d/ Not th

Re: CVS commit: src/sys/fs/puffs

2011-10-12 Thread Emmanuel Dreyfus
On Wed, Oct 12, 2011 at 06:02:05AM +, YAMAMOTO Takashi wrote: > > One way to fix that may be to have one ioflush thread for each userland > > filesystem. That way a broken filesystem will not prevent ioflush from > > working for others. > > sure, it can be a good idea. I have a patch that do