Sophie

Sophie

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

apache-mod_cfg_ldap-1.2-4.amd64.rpm

POSTIN

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

POSTUN

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