diff options
author | Koen Kooi <koen@openembedded.org> | 2005-07-23 19:30:31 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-23 19:30:31 +0000 |
commit | 51c219a311de2d44f8967179b6711010352607de (patch) | |
tree | befc5cc646ffb432e18e0c4e743f4f56bde03489 | |
parent | b14aeb2b4e4fbc57bddc33b8749cf9aee03e2a4a (diff) |
Add tinder.conf containing the vars needed for a tinder client
-rw-r--r-- | conf/tinder.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/tinder.conf b/conf/tinder.conf new file mode 100644 index 0000000000..1d236b76b7 --- /dev/null +++ b/conf/tinder.conf @@ -0,0 +1,17 @@ +INHERIT += "tinderclient" + +# the name of the admin (e.g you) +#TINDER_ADMIN = "you@yourhost" + +#Name of the client +#TINDER_BUILDNAME = "Tinder Client Test/NameOfClient" + +#TINDER_ERROR = "unix" +#TINDER_VERBOSE_REPORT = "1" +#TINDER_LOG = "${TMPDIR}/tinder.log" +#TINDER_MAILTO = "tinderbox-oe@gmx.net" + +#the From: of the report mails +#TINDER_FROM = "you@yourhost" +#TINDER_REPORT = "1" + |