Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Jan 2015 09:14:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 196478] [enhancement] Change make.conf parser to accept "" like rc.conf
Message-ID:  <bug-196478-8@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 196478
           Summary: [enhancement] Change make.conf parser to accept ""
                    like rc.conf
           Product: Base System
           Version: 10.1-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: conf
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: rsimmons0@gmail.com

The parser for make.conf does not work well with quotation marks. If the value
has multiple entries, using quotation marks prevents the file from being parsed
properly.

For example, if you enter
OPTIONS_UNSET="DOCS EXAMPLES NLS"
it is not parsed properly.

If you enter
OPTIONS_UNSET=DOCS EXAMPLES
everything works fine.

If the parser was changed so that quotation marks are parsed well, then the
sysrc(8) utility can be used to create and modify make.conf.

-- 
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-196478-8>