[Bug 278888] [regression] login.conf setenv silently drops " inside string values
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 278888] [regression] login.conf setenv silently drops " inside string values"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 278888] [regression] login.conf setenv silently drops " inside string values"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 278888] [regression] login.conf setenv silently drops " inside string values"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 278888] [regression] login.conf setenv silently drops " inside string values"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 May 2024 08:02:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278888
Bug ID: 278888
Summary: [regression] login.conf setenv silently drops " inside
string values
Product: Base System
Version: 13.3-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: conf
Assignee: bugs@FreeBSD.org
Reporter: nimaje+fbz@bureaucracy.de
I have :setenv=VIMINIT=let \\$MYVIMRC="~/config/vim/vimrc" | source
\\$MYVIMRC: in /etc/login.conf while that worked fine on 13.2 it stopped
working after upgrading to 13.3 login.conf(5) and getcap(3) don't list any
reason, why " *inside* string values shouldn't work and don't list any way to
escape them, as it shouldn't be needed too.
Possible related to bug 236204 which seems to have introduced double parsing
instead of adding a way to read key value lists from capdb entries.
--
You are receiving this mail because:
You are the assignee for the bug.