diff options
Diffstat (limited to 'conf/tinder.conf')
-rw-r--r-- | conf/tinder.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/tinder.conf b/conf/tinder.conf index 9ed63e4828..00cb7fa5db 100644 --- a/conf/tinder.conf +++ b/conf/tinder.conf @@ -4,7 +4,7 @@ INHERIT += "tinderclient" #TINDER_ADMIN = "you@yourhost" #Name of the client -#TINDER_BUILDNAME = "Tinder Client Test/NameOfClient" +#TINDER_BUILD = "Tinder Client Test/NameOfClient" #What error parser to use #TINDER_ERROR = "unix" @@ -18,3 +18,5 @@ INHERIT += "tinderclient" #TINDER_FROM = "you@yourhost" #TINDER_REPORT = "1" +TINDER_START := "${@time.strftime('%m/%d/%Y %H:%M:%S', time.localtime())}" + |