On Fri, Jun 5, 2020, at 8:22 PM, Richard Miller wrote:
> Looks to me like access(2) is not doing the right thing for directory
> execute (=search) permission.
thanks for the tip. access is a very simple function. it doesn't do the right
thing, but there's a reason:
BUGS
Since file
Looks to me like access(2) is not doing the right thing for directory
execute (=search) permission.
--
9fans: 9fans
Permalink:
https://9fans.topicbox.com/groups/9fans/Tdd7a9b1b32d01f54-M4da73ba68bd93f0827b0a15c
Delivery options: https://9fans.topicbox.com/
in rc-httpd, i rely on `test -x` to check if a directory is searchable. this
works in plan9port, 9base, inferno (with root from host fs), gnu coreutils, and
freebsd. it doesn't work in 9front, nor in labs plan 9. (the labs version
tested was a live-cd from 2010.)
term% test -x static ; echo $st
there is a cleaner patch now:
/n/sources/patch/rpi-netboot-dhcpd
On Wed, Jun 3, 2020 at 6:18 PM Skip Tavakkolian
wrote:
> The patch is on 9p.io:
>
> /n/sources/patch/dhcpd-rpi-pxeboot
>
>
> On Wed, Jun 3, 2020 at 12:43 PM Skip Tavakkolian <
> skip.tavakkol...@gmail.com> wrote:
>
>> Note that RP