# # # patch "ChangeLog" # from [5e7a268c9612f17956021880fa118a26c067650f] # to [264e0eb46ff52904bf2376e0a671fb1145b977f5] # # patch "std_hooks.lua" # from [51c2c0ca061f8c0ec2ccfaf4b30ead7e8026cc49] # to [7d02599c61fce706fbf058f315265bd59fbb8b25] # ============================================================ --- ChangeLog 5e7a268c9612f17956021880fa118a26c067650f +++ ChangeLog 264e0eb46ff52904bf2376e0a671fb1145b977f5 @@ -1,3 +1,7 @@ +2007-01-02 Thomas Moschny + + * std_hooks.lua (get_netsync_connect_command): Fix a typo. + 2006-12-31 Matthew Gregan * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add ============================================================ --- std_hooks.lua 51c2c0ca061f8c0ec2ccfaf4b30ead7e8026cc49 +++ std_hooks.lua 7d02599c61fce706fbf058f315265bd59fbb8b25 @@ -866,7 +866,7 @@ end return matches end --- This is a simple funciton which assumes you're going to be spawning +-- This is a simple function which assumes you're going to be spawning -- a copy of mtn, so reuses a common bit at the end for converting -- local args into remote args. You might need to massage the logic a -- bit if this doesn't fit your assumptions.