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 26095
From
: Norbert Lange <nolange79@xxxxxxxxx>
To
: zsh-users@xxxxxxx
Subject
: Bug/Request: _umountable should not depend on /etc/mtab
Date
: Fri, 2 Oct 2020 11:29:30 +0200
Archived-at
: <https://zsh.org/users/26095>
Archived-at
: <http://www.zsh.org/sympa/arcsearch_id/zsh-users/2020-10/CADYdroPa4Dj3-ro_FdZQkivv-DcyjhqBvEGQ8Vgpvs9GqChc6g%40mail.gmail.com>
Authentication-results
: zsh.org; iprev=pass (mail-ot1-f53.google.com) smtp.remote-ip=209.85.210.53; 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=GWoWAeIowXAdPml8VnY93LPYBPrd9YYS3/ybNn5LBL0=; b=XWBKEP594jHSsq6qWPEIjs2GV9zjgaBTTMeKktiBP6FFiJxwuOO7iWsySRBq6uY8xv Xxsw1T062CfBNTGsg802M2WUZlh016GxfEop1JQYg2D9sUL01jisNAZ5tNqL2lmmRVk+ Q4GRa7hmbQCv6rWEBeuof+ZrC1X4VHfC3jzafQ6rQf3hG0TBHeKEZxZ72KPWiKM1X6/w N7ywPj9kh/N6UPk5y+6bhQhzCJPT0udt3+NTHZevVD/dzWsD5HytOD6vDupeTaN0laxS 4JcwaCUWzvLRZrmcpX3+oZ4GKt6GKc005QwleiJHBuwi2itO2Mq/jxyJB9MbvtN0Z7rT es+Q==
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