[udev/f15/master] udev.spec: untabify

Harald Hoyer harald at fedoraproject.org
Mon Apr 11 13:14:53 UTC 2011


commit 95a4f669015bafeeb0bc3c68b789245998d22e42
Author: Harald Hoyer <harald at redhat.com>
Date:   Fri Apr 1 09:40:44 2011 +0200

    udev.spec: untabify

 udev.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/udev.spec b/udev.spec
index 7f2b066..6b402b4 100644
--- a/udev.spec
+++ b/udev.spec
@@ -196,7 +196,7 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d
 %preun
 if [ "$1" -eq 0 -a -f %{_initrddir}/udev ]; then
      if test -x /usr/bin/stat -a \
-	     "$(/usr/bin/stat -Lc '%%D-%%i' /)" = "$(/usr/bin/stat -Lc '%%D-%%i' /proc/1/root)"; then
+             "$(/usr/bin/stat -Lc '%%D-%%i' /)" = "$(/usr/bin/stat -Lc '%%D-%%i' /proc/1/root)"; then
           if [ -x /sbin/pidof ]; then
               pid=$(/sbin/pidof -c udevd)
               while [ -n "$pid" ]; do
@@ -206,7 +206,7 @@ if [ "$1" -eq 0 -a -f %{_initrddir}/udev ]; then
                   sleep 0.2
                   pid=$(/sbin/pidof -c udevd)
                   hard="-9"
-	      done
+              done
           fi
      fi
      /sbin/chkconfig --del udev
@@ -226,8 +226,8 @@ getent group floppy >/dev/null || /usr/sbin/groupadd -g 19 floppy || :
 # kill daemon if we are not in a chroot
 if test -f /proc/1/exe -a -d /proc/1/root; then
      if test -x /usr/bin/stat -a \
-	     "$(/usr/bin/stat -Lc '%%D-%%i' /)" = "$(/usr/bin/stat -Lc '%%D-%%i' /proc/1/root)"; then
-	  /bin/systemctl stop udev.service >/dev/null 2>&1 || :
+             "$(/usr/bin/stat -Lc '%%D-%%i' /)" = "$(/usr/bin/stat -Lc '%%D-%%i' /proc/1/root)"; then
+          /bin/systemctl stop udev.service >/dev/null 2>&1 || :
           if test -x /sbin/udevd -a -x /sbin/pidof ; then
                /sbin/udevadm control --stop-exec-queue
                pid=$(/sbin/pidof -c udevd)
@@ -250,7 +250,7 @@ exit 0
 # start daemon if we are not in a chroot
 if test -f /proc/1/exe -a -d /proc/1/root; then
         if test "$(/usr/bin/stat -Lc '%%D-%%i' /)" = "$(/usr/bin/stat -Lc '%%D-%%i' /proc/1/root)"; then
-		/bin/systemctl start udev.service >/dev/null 2>&1 || :
+                /bin/systemctl start udev.service >/dev/null 2>&1 || :
                 /sbin/udevd -d >/dev/null 2>&1 || :
                 /sbin/udevadm control --start-exec-queue || :
         fi


More information about the scm-commits mailing list