diff options
author | Koen Kooi <koen@openembedded.org> | 2005-07-23 23:03:53 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-23 23:03:53 +0000 |
commit | 191ce0e711d1caa29cb3bf6d10d30299af726554 (patch) | |
tree | df3e22ecd00a4f41134eabab55e0acd6b03ce973 /conf | |
parent | 738a1c74e4b2b019ce0547bac017f74a99e2a3de (diff) |
remove / and add a warning about it. Any volunteers to add the keys to documentation.conf?
Diffstat (limited to 'conf')
-rw-r--r-- | conf/tinder.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/tinder.conf b/conf/tinder.conf index 9ed63e4828..f2bf88ceec 100644 --- a/conf/tinder.conf +++ b/conf/tinder.conf @@ -4,7 +4,8 @@ INHERIT += "tinderclient" #TINDER_ADMIN = "you@yourhost" #Name of the client -#TINDER_BUILDNAME = "Tinder Client Test/NameOfClient" +#DO NOT USE / in a name!! +#TINDER_BUILDNAME = "Tinder Client Test-NameOfClient" #What error parser to use #TINDER_ERROR = "unix" |