From d43587446c3ff12c5ff6081ac8af380c2f978c75 Mon Sep 17 00:00:00 2001 From: losinshi Date: Wed, 27 Sep 2006 17:42:11 +0000 Subject: [PATCH] paths changed git-svn-id: file:///home/jan/tmp/wetterstation/trunk@173 dd492736-c11a-0410-ad51-8c26713eaf7f --- cronjob/chart/chart.conf | 2 +- cronjob/chart/definitions.h | 2 +- cronjob/checksensor/definitions.h | 2 +- deamon/seriell/definitions.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cronjob/chart/chart.conf b/cronjob/chart/chart.conf index b6837cb..32aae02 100644 --- a/cronjob/chart/chart.conf +++ b/cronjob/chart/chart.conf @@ -2,7 +2,7 @@ fork no #yes # Verzeichnis, in dem die config-Files liegen -image_cfg_location image_conf/ +image_cfg_location /etc/weatherstation/image_conf/ # Standart-Verzeichnis, in das die generierten Bilder gepackt werden dflt_image_location /var/cache/weatherstation-chart/ diff --git a/cronjob/chart/definitions.h b/cronjob/chart/definitions.h index aeec079..dcc2639 100644 --- a/cronjob/chart/definitions.h +++ b/cronjob/chart/definitions.h @@ -26,7 +26,7 @@ #define DEFAULT_PG_PASS "" /* Postgres-Passwort */ #define DEFAULT_PG_DATABASE "localbase" /* Postgres-Datenbank */ #define DEFAULT_PG_TIMEOUT "20" /* Postgres-Timeout */ -#define DEFAULT_CONFIG_FILE "./chart.conf" /* Standart-Configdatei */ +#define DEFAULT_CONFIG_FILE "/etc/weatherstation/chart.conf" /* Standart-Configdatei */ /* Image-Default-Werte ----------------------------------------------- */ diff --git a/cronjob/checksensor/definitions.h b/cronjob/checksensor/definitions.h index f447365..69335a3 100644 --- a/cronjob/checksensor/definitions.h +++ b/cronjob/checksensor/definitions.h @@ -26,7 +26,7 @@ #define DEFAULT_PG_PASS "" /* Postgres-Passwort */ #define DEFAULT_PG_DATABASE "localbase" /* Postgres-Datenbank */ #define DEFAULT_PG_TIMEOUT "20" /* Postgres-Timeout */ -#define DEFAULT_CONFIG_FILE "./checksensor.conf" /* Standart-Configdatei */ +#define DEFAULT_CONFIG_FILE "/etc/weatherstation/checksensor.conf" /* Standart-Configdatei */ #define DEFAULT_CHECK_INTERVAL "24" /* Standart-Interval, indem der Sensor das letzte mal hätte senden sollen (in h) */ #define DEFAULT_MIN_SENDINGS "24" /* Standart-Wert, wieviele Daten der Sensor in den letzten x stunden hätte senden sollen */ diff --git a/deamon/seriell/definitions.h b/deamon/seriell/definitions.h index 4cb87bd..57165a7 100644 --- a/deamon/seriell/definitions.h +++ b/deamon/seriell/definitions.h @@ -32,7 +32,7 @@ #define DEFAULT_PG_PASS "" /* Postgres-Passwort */ #define DEFAULT_PG_DATABASE "localbase" /* Postgres-Datenbank */ #define DEFAULT_PG_TIMEOUT "20" /* Postgres-Timeout */ -#define DEFAULT_CONFIG_FILE "./weatherd.conf" /* Standart-Configdatei */ +#define DEFAULT_CONFIG_FILE "/etc/weatherstation/weatherd.conf" /* Standart-Configdatei */