mtm         2007-10-19 22:55:42 UTC

  FreeBSD src repository

  Modified files:
    etc/rc.d             amd 
  Log:
  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.
  
  Reported by:    John E Hein <[EMAIL PROTECTED]> [1]
  Tested by:      John E Hein <[EMAIL PROTECTED]>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.19      +3 -2      src/etc/rc.d/amd
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to