On Sat, 2010-01-30 at 22:57 +1100, Matthew Palmer wrote:
> Apparently nobody noticed that SSH subsystem commands can quite validly have
> spaces in them ("with optional arguments"); the patch below fixes that
> problem.

ACK. While we're at it, should we split the arguments out from the
command ? I.e., rather than parsing "Subsystem foo cmd arg1 arg2\n" into

  { "Subsystem" { "foo" = "cmd arg1 arg2" } }

parse it into

  { "Subsystem" { "foo" = "cmd" { "arg" = "arg1" } { "arg" = "arg2" } } }

David





_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel

Reply via email to