K 10 svn:author V 3 mtm K 8 svn:date V 27 2007-10-28T20:07:29.000000Z K 7 svn:log V 615 MFC: rev. 1.19 and 1.20 The amd_map_program knob can potentially contain a command whose output is then used as an argument to the amd program. This outpu may contain newlines, but the script did not take care to strip those newlines before apending it to rc_flags. Revision 1.72 of rc.subr(8) introduced changes that exposed this problem (specifically putting the final eval'ed command in quotes).[1] Also, for correctness' sake, shell directives appended to the command-line by the script should go into command_args, and not appended directly to rc_flags. Approved by: re (kensmith) END