From c4104f836a03410a7a4cbf9541738572414df355 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Thu, 11 Feb 2016 08:40:45 +0100 Subject: [PATCH] warn of mandatory semicolon in libconfig < 1.4 closes #81 --- etc/ot-recorder.default | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/ot-recorder.default b/etc/ot-recorder.default index cfc9337..aff721b 100644 --- a/etc/ot-recorder.default +++ b/etc/ot-recorder.default @@ -2,5 +2,6 @@ # # Specify global configuration options for the OwnTracks Recorder # and its associated utilities to override compiled-in defaults. +# *** In libconfig versions < 1.4 a trailing semicolon is mandatory # OTR_STORAGEDIR = "/var/spool/owntracks/recorder/store"