]> git.pld-linux.org Git - packages/util-linux.git/commitdiff
- killed trailing spaces/tabs
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Dec 2005 01:02:49 +0000 (01:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rawdevices.init -> 1.5
    util-linux-blockdev.init -> 1.3

rawdevices.init
util-linux-blockdev.init

index b665d4b1f34b8fd6c532239a97995e3522a0e09c..b05680665c4704f9b4960561f863a6d2df7b6689 100644 (file)
@@ -25,8 +25,8 @@ PATH=/usr/bin:/bin:/usr/sbin:/sbin
 
 function assign_raw()
 {
-       cat /etc/sysconfig/rawdevices | egrep -v '^ *#' | while read RAW BLOCK; do 
-       if [ -n "$RAW" -a -n "$BLOCK" ]; then 
+       cat /etc/sysconfig/rawdevices | egrep -v '^ *#' | while read RAW BLOCK; do
+       if [ -n "$RAW" -a -n "$BLOCK" ]; then
                if [ "`dirname $RAW`" = "/dev" -a -d /dev/raw ]; then
                        nls " Please correct your /etc/sysconfig/rawdevices:"
                        nls " rawdevices are now located in the directory /dev/raw/ "
@@ -75,7 +75,7 @@ case "$1" in
        ;;
   status)
        ID=`id -u`
-       if [ $ID -eq 0 ]; then 
+       if [ $ID -eq 0 ]; then
                raw -qa
        else
                # don't remove the space at the end!!!
index 28aa2d53df5d73d1b32e39b6c7346783a4dc4399..1b67449c77d4a833865544f054de7285e2aaf5bd 100644 (file)
@@ -4,9 +4,9 @@
 #
 # chkconfig:   2345 01 99
 # description: blockdev
-#              
+#
 # processname: blockdev
-# config:      
+# config:
 # pidfile:
 
 # Source function library.
@@ -43,7 +43,7 @@ case "$1" in
        # Stop daemons.
        if [ ! -f /var/lock/subsys/blockdev ]; then
                msg_not_running blockdev
-       fi      
+       fi
        rm -f /var/lock/subsys/blockdev
        ;;
        restart|force-reload)
This page took 0.174482 seconds and 4 git commands to generate.