]> git.pld-linux.org Git - packages/apache1-mod_become.git/blobdiff - apache1-mod_become.spec
- restart apache in %postun rather in %preun as the config file, loading module
[packages/apache1-mod_become.git] / apache1-mod_become.spec
index 53cfcad1db41d62171b1b070dc226f9712eb3af5..8406d77bda56a61fb90f43dd89124801e9d2d932 100644 (file)
@@ -60,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT
 echo "mod_%{mod_name}: This module is not turned on by default; if you're sure,"
 echo "mod_%{mod_name}: uncomment the appropriate line in Apache's config file."
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
        if [ -f /var/lock/subsys/apache ]; then
                /etc/rc.d/init.d/apache restart 1>&2
This page took 0.078105 seconds and 4 git commands to generate.