]> git.pld-linux.org Git - packages/util-linux.git/commitdiff
- tab
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 14 Aug 2011 10:04:01 +0000 (10:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    util-linux-blockdev.init -> 1.18

util-linux-blockdev.init

index e202f39e9e473d6573d1c08dd7989af49ea1c087..5806f4b60dd9daa2ab7815bb76903fc9f5a532a9 100644 (file)
@@ -13,7 +13,7 @@
 
 blockdevs=$(awk -F= '!/^#/ && !/^$/ {if ($2) print $1}' /etc/sysconfig/blockdev)
 if [ -z "$blockdevs" ]; then
-       case "$1" in
+       case "$1" in
        start|stop|restart|force-reload)
                exit 0
                ;;
@@ -71,7 +71,7 @@ stop() {
 }
 
 status() {
-       if [ -z "$blockdevs" ]; then
+       if [ -z "$blockdevs" ]; then
                echo "no devices configured for blockdev"
                RETVAL=1
                return
This page took 0.218458 seconds and 4 git commands to generate.