Bug#388241: [Repoen]: test for [ -r /proc/mounts ] preferd to test for [ -d /proc ]

2006-09-19 Thread Alex Owen
notfound 388241 0.97 found 388241 0.79 found 388241 0.80 reopen 388241 thanks Firstly sorry for getting the wrong version... must be more careful with manually crafted bug reports. Secondly the fix in incoming (0.80) has code that looks like this: ro_boot_check() { [ -d /proc ] ||

Bug#388241: [Repoen]: test for [ -r /proc/mounts ] preferd to test for [ -d /proc ]

2006-09-19 Thread maximilian attems
On Tue, Sep 19, 2006 at 06:28:40PM +0100, Alex Owen wrote: notfound 388241 0.97 found 388241 0.79 found 388241 0.80 reopen 388241 thanks hehe indeed. Even on chroot systems with /proc unmounted there is likely to be a /proc directory (as a potential mount point). Thus the test [ -d /proc