]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/commitdiff
- spaces->tabs
authorpaladine <paladine@pld-linux.org>
Thu, 4 Nov 2004 13:31:52 +0000 (13:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cosmetics

Changed files:
    apache1-mod_ssl.spec -> 1.92

apache1-mod_ssl.spec

index 98349c327c07200063deb4f688612d5662af88e4..25439b42ae106dbc46432a00410f9b3fb39b01c8 100644 (file)
@@ -212,7 +212,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 if [ -f %{_sysconfdir}/apache.conf ] && \
-    ! grep -q "^Include.*/mod_%{mod_name}.conf" %{_sysconfdir}/apache.conf; then
+       ! grep -q "^Include.*/mod_%{mod_name}.conf" %{_sysconfdir}/apache.conf; then
        echo "Include %{_sysconfdir}/mod_%{mod_name}.conf" >> %{_sysconfdir}/apache.conf
 fi
 if [ -f /var/lock/subsys/apache ]; then
@@ -252,7 +252,7 @@ fi
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*.conf
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/server.crt
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/server.key
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5)  /etc/logrotate.d/*
+%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/logrotate.d/*
 
 %attr(755,root,root) %{_pkglibdir}/libssl.so
 
This page took 0.069817 seconds and 4 git commands to generate.