[Bug 236204] Cannot use comma in setenv in login.conf

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 4 12:11:35 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236204

            Bug ID: 236204
           Summary: Cannot use comma in setenv in login.conf
           Product: Base System
           Version: 12.0-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: conf
          Assignee: bugs at FreeBSD.org
          Reporter: michael.osipov at siemens.com

I cannot set the following in login.conf

> :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,\
> HTTP_PROXY=http\c//194.145.60.1\c9400,\
> HTTPS_PROXY=http\c//194.145.60.1\c9400,\
> FTP_PROXY=ftp\c//194.145.60.1\c9400,\
> NO_PROXY="localhost,.siemens.net,.siemens.com,.siemens.de":\

because comma seperates the vars themselves.

While fetch(1) and curl(1) also supports whitespace-delimited values, poudriere
chokes on: https://github.com/freebsd/poudriere/issues/669

There must be some mechanism to escape commas just like semicolons.

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


More information about the freebsd-bugs mailing list