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

fwlogwatch.spec

index 6346f60f1fd5e6847d215cde8706fc3204dc6605..de49b5cc0a61a21c8ad73ad27f78a1d51f1e7b3b 100644 (file)
@@ -69,15 +69,15 @@ rm -rf $RPM_BUILD_ROOT
 %post
 /sbin/chkconfig --add %{name}
 if [ -f %{_var}/lock/subsys/%{name} ]; then
-        /etc/rc.d/init.d/%{name} restart 1>&2
+       /etc/rc.d/init.d/%{name} restart 1>&2
 else
-        echo "Run \"/etc/rc.d/init.d/%{name} start\" to start %{name} daemon."
+       echo "Run \"/etc/rc.d/init.d/%{name} start\" to start %{name} daemon."
 fi
 
 %preun
 if [ "$1" = "0" ]; then
        if [ -f %{_var}/lock/subsys/%{name} ]; then
-               /etc/rc.d/init.d/%{name} stop 1>&2
+               /etc/rc.d/init.d/%{name} stop 1>&2
        fi
        /sbin/chkconfig --del %{name}
 fi
This page took 0.068188 seconds and 4 git commands to generate.