Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2020 00:12:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 236204] Cannot use comma in setenv in login.conf
Message-ID:  <bug-236204-227-WINgLrzbji@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-236204-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-236204-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236204

Sean Eric Fagan <sef@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sef@FreeBSD.org

--- Comment #4 from Sean Eric Fagan <sef@FreeBSD.org> ---
Ok, on HEAD, I've got a change that, for that login.conf entry, gives me:

        0: MAIL=3D/var/mail/$
        1: BLOCKSIZE=3DK
        2:      HTTP_PROXY=3Dhttp://194.145.60.1:9400
        3:      HTTPS_PROXY=3Dhttp://194.145.60.1:9400
        4:      FTP_PROXY=3Dftp://194.145.60.1:9400
        5:      NO_PROXY=3Dlocalhost,.siemens.net,.siemens.com,.siemens.de

as the output.  Specifically, it treats a quoted string as a quoted string,=
 and
then removes the quotes.  I'll create a review for it.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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