run tincd from the same directory as tincctl and pass all options to it
authorMichael Tokarev <mjt@tls.msk.ru>
Sun, 7 Aug 2011 08:05:07 +0000 (12:05 +0400)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 7 Aug 2011 08:12:43 +0000 (10:12 +0200)
commita7556a9d2c943a6317d2dab66d9f742997f0d47a
tree0f1edc75f6f44b2af806e8fd3696c4a76173a25a
parent2696ad2cca73aee13e38f740d5530dc33e4a92e6
run tincd from the same directory as tincctl and pass all options to it

For tincctl start, run tincd from dirname($0) not SBINDIR -
this allows painless alternative directory installation and
running from build directory too.

Also while at it, pass the rest of command line to tincd, not
only options before "start" argument.  This way it's possible
to pass options to tincd like this:
  tincctl -n net start -- -d 1 -R -U tincuser ...

And also add missing newline at the end of error message there.

Signed-Off-By: Michael Tokarev <mjt@tls.msk.ru>
src/tincctl.c