Closed mrkz closed 4 months ago
Can you confirm whether this is observed with comments as shown above? (where comment starts at the beginning of line) Or is this observed with comments that occur after the contents of the line.. something like: POLICY = 1 # This is comment
I had both comment patterns, but then I was contacted internally and got confirmation that comment-only lines are handled correctly, so I'd say the culprit may be the later
POLICY=1 # comment
Thank-you for confirming. I've recreated the issue and also see that it affects comments at the end of line. I've raised internal ticket to track this through resolution. Thank-you for raising this issue.
Update with planned resolution. Comments are supported at beginning of line, but not at end of line.
It's a common practice for configuration files in
/etc/sysconfig
to have comments in them, some examples on my currentFedora 38
machine are:and
however, if I use comments on
/etc/sysconfig/qat
I get failures in configuring the device.Please allow the
/etc/sysconfig/qat
file to be able to contain comments in them and ignore lines starting with#