[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#764650: zsh: FTBFS with noatime mounts



Thorsten Glaser wrote:
> Frank Terbeck dixit:
[...]
>>  elif test -f /etc/mtab && { grep $(df . 2>/dev/null| tail -n1 | awk '{print $1}') /etc/mtab | grep -q noatime; }; then
[...]
> Hm, I think this rings a bell. Didn’t we have this on another buildd
> already, years ago, because something like mtab wasn’t available or
> something? Will need to dig through mail/bts archives…

Axel hinted at that on IRC, as well. He thought that /proc/mounts should
be available, which I think has the same syntax. We could just double up
the test, once against /etc/mtab and then against /proc/mounts.

Would that help?


Regards, Frank


Reply to: