From 51c219a311de2d44f8967179b6711010352607de Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 23 Jul 2005 19:30:31 +0000 Subject: Add tinder.conf containing the vars needed for a tinder client --- conf/tinder.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 conf/tinder.conf 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" + -- cgit v1.2.3