Make "tinc add" idempotent.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 9 Feb 2015 14:23:59 +0000 (15:23 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 9 Feb 2015 14:23:59 +0000 (15:23 +0100)
commit4b2ddded2c8ae1a1a5930637552eeb48f30d6530
tree6844219a03c24809e16193875f490f01fc4bc117
parent0b310bf406dbe58afe37fa31156b9ea47599d7be
Make "tinc add" idempotent.

When calling "tinc add" multiple times with the same variable and value,
make sure only one unique line is added to the configuration file.
doc/tinc.8.in
doc/tinc.texi
src/tincctl.c