]> git.pld-linux.org Git - packages/dcd.git/commitdiff
- spaces -> tabs
authorankry <ankry@pld-linux.org>
Fri, 22 Aug 2003 15:33:14 +0000 (15:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dcd.spec -> 1.30

dcd.spec

index 36118ef8d3e2673af9b06160c316ba58856f9370..0e7821033e423a75f7b4423e62828e6180ba943d 100644 (file)
--- a/dcd.spec
+++ b/dcd.spec
@@ -57,17 +57,17 @@ rm -rf $RPM_BUILD_ROOT
 %post
 /sbin/chkconfig --add dcd
 if [ -f /var/lock/subsys/dcd ]; then
-        /etc/rc.d/init.d/dcd restart 1>&2
+       /etc/rc.d/init.d/dcd restart 1>&2
 else
-        echo "Run \"/etc/rc.d/init.d/dcd start\" to start DConnect Daemon."
+       echo "Run \"/etc/rc.d/init.d/dcd start\" to start DConnect Daemon."
 fi
 
 %preun
 if [ "$1" = "0" ]; then
-        if [ -f /var/lock/subsys/dcd ]; then
-                /etc/rc.d/init.d/dcd stop 1>&2
-        fi
-        /sbin/chkconfig --del dcd
+       if [ -f /var/lock/subsys/dcd ]; then
+               /etc/rc.d/init.d/dcd stop 1>&2
+       fi
+       /sbin/chkconfig --del dcd
 fi
 
 #%triggerpostun -- dcd < 0.1.1
This page took 0.120805 seconds and 4 git commands to generate.