]> git.pld-linux.org Git - packages/lm_sensors.git/commitdiff
- use msg_not_running
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 15 Nov 2006 15:45:20 +0000 (15:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sensors.init -> 1.18

sensors.init

index a0da890c0d2b7a5676d006b325f512696fba7c00..63495c6e980f964bcc392525768dd8617c7470d1 100644 (file)
@@ -18,8 +18,7 @@ fi
 
 start() {
        if [ ! -f /var/lock/subsys/sensors_modules ]; then
-               msg_starting "sensors daemon"; fail
-               nls "sensors_modules services not started"
+               msg_not_running "sensors_modules"
                exit 6
        fi
        
This page took 0.025402 seconds and 4 git commands to generate.