Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug/Request: _umountable should not depend on /etc/mtab
- X-seq: zsh-users 26102
- From: Norbert Lange <nolange79@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Bug/Request: _umountable should not depend on /etc/mtab
- Date: Fri, 16 Oct 2020 12:14:30 +0200
- Archived-at: <https://zsh.org/users/26102>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-users/2020-10/CADYdroORkN84P%2BeEdDBnKVTo-eY6A9C0ZEj53Y5%3Dm9ihaW0CqQ%40mail.gmail.com>
- Authentication-results: zsh.org; iprev=pass (mail-ot1-f51.google.com) smtp.remote-ip=209.85.210.51; dkim=pass header.d=gmail.com header.s=20161025 header.a=rsa-sha256; dmarc=pass header.from=gmail.com; arc=none
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=RwPgmk7pGC/QdiVMIRoz7gmgfGIim9DnsFHy8s4TC88=; b=qz+aFD4zMNfXbQzc8f0wWsTXFZxPyaR99ic1ybh5fvGHuzsX7QsZZP18x5QdFCaykZ S7ds3wQk9Lnzjo5cD2kOK9iueeylEgJS1JpAGoua02GXCVt9d9hUrz+vwq9Qu3EZ8gkr DzMWDLRBdx7/FT3NC6/OLl+VYP+tz7bMCRhr0HqA+c6gUUlF9qlyW3+LNl1akMfGN7Ho VivTORoKGlZYVUoaR6GoHQWIjKqMYQ3W6GaiKB2YzboNUn4pX1TKkBUmGKpDisR5GVQi SpjKfTsgbXzPZmrJT9IVIq0qrJqXZLBE6OUSfFoJbQoSd8DmbpcuO36cHsQ6hcpN1kCH Cebw==
- List-archive: <http://www.zsh.org/sympa/arc/zsh-users>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-users.zsh.org>
- List-owner: <mailto:zsh-users-request@zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-users>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-users>
- Sender: zsh-users-request@xxxxxxx
Hello,
On Linux, /etc/mtab is ancient history, please use /proc/self/mounts.
Atleast the _unmountable function is affected.
(its easy to add an compatibility symlink, but this should not be necessary)
Norbert
Messages sorted by:
Reverse Date,
Date,
Thread,
Author