]> git.pld-linux.org Git - packages/apache1-mod_dynvhost.git/blobdiff - apache1-mod_dynvhost.spec
- adapterized (sorted %verify attrs)
[packages/apache1-mod_dynvhost.git] / apache1-mod_dynvhost.spec
index 543a40eba74c23692f5ca537a002818c29969b76..6c82fac0c7063dddcb6d4eee83a35f8c6761f94b 100644 (file)
@@ -24,8 +24,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 The "mod_dynvhost" module will create pseudo name based VirtualHosts
 on the fly. All you need is a directory with the fully qualified
-domain name (FQDN) of your virtual site and the module will take
-care of the rest.
+domain name (FQDN) of your virtual site and the module will take care
+of the rest.
 
 %description -l pl
 Modu³ "mod_dynvhost" pozwala na tworzenie pseudo serwerów wirtualnych
@@ -55,7 +55,7 @@ if [ -f /var/lock/subsys/apache ]; then
        /etc/rc.d/init.d/apache restart 1>&2
 fi
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
        if [ -f /var/lock/subsys/apache ]; then
                /etc/rc.d/init.d/apache restart 1>&2
@@ -71,5 +71,5 @@ fi
 %files
 %defattr(644,root,root,755)
 %doc README ChangeLog
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_%{mod_name}.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_%{mod_name}.conf
 %attr(755,root,root) %{_pkglibdir}/*
This page took 0.074836 seconds and 4 git commands to generate.