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: [email protected]
Reporter: [email protected]
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.