paths changed

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@173 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi 2006-09-27 17:42:11 +00:00
parent f2774bae7f
commit d43587446c
4 changed files with 4 additions and 4 deletions

View File

@ -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/

View File

@ -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 ----------------------------------------------- */

View File

@ -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 */

View File

@ -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 */