
Hi, php5 in server:php currently has %preun -n apache2-mod_php5 if [ "$1" = "0" ] then if [ -x /usr/sbin/a2enmod ] then if a2enmod -q php5; then a2dismod php5 fi fi fi %postun -n apache2-mod_php5 %restart_on_update apache2 Is there some policy about this? I looked at other apache2 modules in the distro and these don't automatically restart apache and with the exception of mod_apparmor also don't enable the module, instead a README or the package description tells the user to do so. Also the security advisories for the modules say "Please close and restart all running instances of Apache after the update.". Is it time to handle this automatically, or should we revert the change in php? Michal --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org