[Bug 265001] loader: Comments in loader.conf ignored if they contain '"'
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265001] loader: Comments in loader.conf ignored if they contain '"'"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265001] loader: Comments in loader.conf ignored if they contain '"'"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265001] loader: Comments in loader.conf ignored if they contain '"'"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265001] loader: Lines containing a comment that contains a '"' in loader.conf are ignored."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265001] [PATCH] /boot/loader: lua: Lines containing a comment that contains a '"' in loader.conf are ignored."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265001] [PATCH] /boot/loader: lua: Lines containing a comment that contains a '"' in loader.conf are ignored."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265001] /boot/loader: Lua: lines containing a comment that contains a '"' in loader.conf are ignored"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265001] /boot/loader: Lua: lines containing a comment that contains a '"' in loader.conf are ignored"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265001] /boot/loader: Lua: lines containing a comment that contains a '"' in loader.conf are ignored"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Jul 2022 19:38:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265001
Bug ID: 265001
Summary: loader: Comments in loader.conf ignored if they
contain '"'
Product: Base System
Version: 13.1-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: bugs@FreeBSD.org
Reporter: crahman@gmail.com
If the following entries are made into /boot/loader.conf:
test_directive_a="test a" # This is test_directive_a
test_directive_b="test b" # This is "test_directive_b"
test_directive_c="test c" # This is 'test_directive_b'
then the middle comment will not appear in the kernel environment.
--
You are receiving this mail because:
You are the assignee for the bug.