Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > ae8e7d65a2902ab6329e5bb954e66927 > scriptlet

apache-mod_dosevasive-1.10-3.amd64.rpm

PREUN

/bin/sh
if [ "$1" = "0" ]; then
	if [ -f /var/lock/subsys/httpd ]; then
		/etc/rc.d/init.d/httpd restart 1>&2
	fi
fi

POSTIN

/bin/sh
if [ -f /var/lock/subsys/httpd ]; then
	/etc/rc.d/init.d/httpd restart 1>&2
fi