]> git.pld-linux.org Git - packages/dchub.git/commitdiff
- formatting auto/ac/dchub-0_5_2-4
authorankry <ankry@pld-linux.org>
Sun, 18 Apr 2004 22:46:42 +0000 (22:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dchub.spec -> 1.19

dchub.spec

index 17fda1c7caa62d3093e933d6c1155ad4f09b422a..92c019c39b60f3d0361994e6ae2b48db77ca9bf7 100644 (file)
@@ -62,20 +62,20 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/scripts/po
 
 %post
 if [ "$1" = "1" ]; then
-    /sbin/chkconfig --add dchub
+       /sbin/chkconfig --add dchub
 fi
 if [ -f /var/lock/subsys/dchub ]; then
-        /etc/rc.d/init.d/dchub restart >&2
+       /etc/rc.d/init.d/dchub restart >&2
 else
-echo "Run /etc/rc.d/init.d/dchub start to start dchub daemon"
+       echo "Run /etc/rc.d/init.d/dchub start to start dchub daemon"
 fi
 
-%preun                                                                          
+%preun
 if [ "$1" = "0" ]; then
-    /sbin/chkconfig --del dchub
-    if [ -f /var/lock/subsys/dchub ]; then
-       /etc/rc.d/init.d/dchub stop >&2
-    fi
+       /sbin/chkconfig --del dchub
+       if [ -f /var/lock/subsys/dchub ]; then
+               /etc/rc.d/init.d/dchub stop >&2
+       fi
 fi
 
 %clean
This page took 0.142693 seconds and 4 git commands to generate.