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


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to