Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2024 08:02:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 278888] [regression] login.conf setenv silently drops " inside string values
Message-ID:  <bug-278888-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278888-227>