Jiri Polach wrote: > As your patch does not solve the > problem completely, I suggest a patch that sorts the mounts without the > need for the 'sort' program. See below.
Thanks for the patch. One drawback of it is that it makes umountfs require #!/bin/bash because of the use of arrays. I am told that umountfs should not specify #!/bin/bash because bash loads /usr/lib/libldap.so when ldap authentication is enabled; umount /usr/ would fail. (Bug #159771) b.d.o is down right now so I can't check the status of #159771. A POSIX version of your code would be nice. :) -- Thomas Hood -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

