Re: SQLite 3.8.0.2 diff

2013-09-21 Thread James Turner
On Wed, Sep 18, 2013 at 05:56:10PM +0200, Marc Espie wrote: > On Thu, Sep 12, 2013 at 02:35:02PM -0400, James Turner wrote: > > Attached is a diff to update our in tree version of SQLite to the > > recently released 3.8.0.2. SQLite 3.8.0 is needed for a fossil update > > I'm working on. > > > > I'

Re: /etc/rc.d/rc.subr; prefix ${pexp} with script interpretor path

2013-09-21 Thread Mark Kettenis
> Date: Sat, 21 Sep 2013 14:37:21 +0100 > From: Stuart Henderson > > How much does this really help anyway? Porters still need to check > the actual string used (for example, it's quite common for perl things > to use "perl: "), and it doesn't take much extra typing > to add a pexp line to the sc

Re: /etc/rc.d/rc.subr; prefix ${pexp} with script interpretor path

2013-09-21 Thread Stuart Henderson
On 2013/09/21 13:12, Craig R. Skinner wrote: > As the others here with brains have had a chance to sleep on this, > what's the current thinking? > > As I understand it, there are 2 decisions to make: > > 1) How to decide if a $daemon is a script as opposed to a binary > (*) file(1) too big

Re: /etc/rc.d/rc.subr; prefix ${pexp} with script interpretor path

2013-09-21 Thread Craig R. Skinner
As the others here with brains have had a chance to sleep on this, what's the current thinking? As I understand it, there are 2 decisions to make: 1) How to decide if a $daemon is a script as opposed to a binary (*) file(1) (*) dd(d) (*) sed(1) Could stat(1) be tasked to