On Mon, 11 Apr 2005, Denis Vlasenko wrote:

> On Sunday 10 April 2005 16:38, [EMAIL PROTECTED] wrote:
> > 
> > Hi all,
> > 
> > Here is autofs 4.1.4.
> 
> Please find three patches attached.

Good to see your persistent in keeping your patches upto date.
I'll work through this soon as I can fix my mistakes in the 4.1.4 release.

> 
> b.exec.patch makes it possible to rely on PATH
> when exec'ing mount etc. If one wants to do this, he will
> need to run configure like this:
> OUNT="mount" \
> UMOUNT="umount" \
> E2FSCK="fsck.ext2" \
> E3FSCK="fsck.ext3" \
> ./configure
> but at least one wouldn't need to hack C source for that to work
> as expected (.i.e., to search for binaries in the PATH).
> 'Classic' automount would be unaffected since it uses /abs/path/names,
> and exec..p() does not search PATH in this case.
> 
> c.msg.patch removes usage of %m in messages (this can't work for
> non-syslog directed messages). I need this for pending --stderr patch.
> Also it removes tons of stray newlines.
> 
> d.close.patch fixes obscure bug when we can close one of standard
> descriptors.
> 
> Was run tested before, rediffed against 4.1.4 and compile tested.
> 
> Please apply.

I remember applying several of your patches to do with this some time ago.
On my development machine (an Ultra 2), the autofs daemon failed 
completely when trying to log. I mailed you asking about it but received 
no answer.

Are you able to help merging them when I get to it?

Ian

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to