I hate cron!

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@185 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi 2006-09-29 01:31:06 +00:00
parent f720f5a797
commit 1d0810d15d
2 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,6 @@
#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 */
#define DEFAULT_MAIL_USER "weatherstation"
/*Alle möglichen Definitionen, die in allen code-schnipseln benötigt werden*/

View File

@ -39,6 +39,7 @@
#ifndef DEFAULT_MAIL_USER
// #define DEFAULT_MAIL_USER "mailer.c"
#define DEFAULT_MAIL_USER "weatherstation"
#endif
#define TO_LINE "To: "