]> git.pld-linux.org Git - packages/exiscan.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:
    exiscan.spec -> 1.13

exiscan.spec

index cf18cd97d50bfad5e88643f88bc799724451e974..a67a7f4c6fc61dc4f6b10453e95a839a656ab286 100644 (file)
@@ -65,14 +65,14 @@ 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" -a -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}
 
This page took 0.076059 seconds and 4 git commands to generate.