]> git.pld-linux.org Git - packages/pure-ftpd.git/commitdiff
- spaces->tabs
authorpaladine <paladine@pld-linux.org>
Sun, 31 Oct 2004 21:05:47 +0000 (21:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- formatting

Changed files:
    pure-ftpd.spec -> 1.126

pure-ftpd.spec

index a4ad533ade7f4f0edd4632b0706a9792a7b9ac16..1f322ba48301aa0a8e2f10782f2d5da56856bc8b 100644 (file)
@@ -139,9 +139,9 @@ 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 PureFTPD daemon."
+       echo "Run \"/etc/rc.d/init.d/%{name} start\" to start PureFTPD daemon."
 fi
 
 %preun
This page took 0.05147 seconds and 4 git commands to generate.