From ec60e691f4a720cf8d339959d9e35999b2cd5fbb Mon Sep 17 00:00:00 2001 From: losinshi Date: Wed, 27 Sep 2006 23:19:27 +0000 Subject: [PATCH] bugfixes git-svn-id: file:///home/jan/tmp/wetterstation/trunk@176 dd492736-c11a-0410-ad51-8c26713eaf7f --- deamon/init/weatherd | 2 +- debian/weatherstation-weatherd.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deamon/init/weatherd b/deamon/init/weatherd index 343b4b8..e045f39 100755 --- a/deamon/init/weatherd +++ b/deamon/init/weatherd @@ -1,7 +1,7 @@ #!/bin/sh binary='/usr/bin/weatherdeamon'; -user= 'weatherstation' +user='weatherstation' group='weatherstation' check_status() diff --git a/debian/weatherstation-weatherd.init b/debian/weatherstation-weatherd.init index 343b4b8..e045f39 100755 --- a/debian/weatherstation-weatherd.init +++ b/debian/weatherstation-weatherd.init @@ -1,7 +1,7 @@ #!/bin/sh binary='/usr/bin/weatherdeamon'; -user= 'weatherstation' +user='weatherstation' group='weatherstation' check_status()