]> git.pld-linux.org Git - packages/lm_sensors.git/commitdiff
- checking of sensord deamon in start/stop() function corrected
authorblekot <blekot@pld-linux.org>
Sun, 22 Apr 2012 13:28:48 +0000 (13:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sensord.init -> 1.2

sensord.init

index 7ed3bf7a5a8aa656124cfe7f0697e61412709766..4afd7725c34e3c42e250a448c00fd9638c799316 100644 (file)
@@ -21,7 +21,7 @@ start() {
        fi
        
        # Check if the service is already running?
-       if [ -f /var/lock/subsys/sensord ]; then
+       if [ -f /var/lock/subsys/sensord ]; then
                msg_already_running "sensors daemon"
                return
        fi
@@ -38,7 +38,7 @@ start() {
 }
 
 stop() {
-       if [ -f /var/lock/subsys/sensord ]; then
+       if [ -f /var/lock/subsys/sensord ]; then
                msg_not_running "sensors daemon"
                return
        fi
This page took 0.09941 seconds and 4 git commands to generate.