Add tinder.conf containing the vars needed for a tinder client
authorKoen Kooi <koen@openembedded.org>
Sat, 23 Jul 2005 19:30:31 +0000 (19:30 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 23 Jul 2005 19:30:31 +0000 (19:30 +0000)
conf/tinder.conf [new file with mode: 0644]

diff --git a/conf/tinder.conf b/conf/tinder.conf
new file mode 100644 (file)
index 0000000..1d236b7
--- /dev/null
@@ -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"
+