kevans 42ea4d4b08 lualoader: Fix loader.conf(5) EOL validation for 'exec' lines
This includes some light rework to simplify the line parsing, as well.  If
we hit a line match, we'll always either use the line and move on to the
next line, or we'll spew out malformed line errors.

We had multiple spots to output the error and set the status based on
whether we had a non-nil first capture group or failed EOL validation, but
it was always the same error.  Light rework entails a small label jump to
skip error handling and elimination of 'found' local.
2018-08-22 01:52:55 +00:00
..
2018-06-12 03:44:34 +00:00
2018-08-19 15:07:39 +00:00
2018-07-20 05:17:49 +00:00
2018-08-20 02:08:39 +00:00
2018-06-09 14:26:30 +00:00
2018-08-20 02:40:10 +00:00
2018-08-20 16:44:09 +00:00