Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > 950b09004cd2953a3ea9347ee70cc1de > scriptlet

apache-mod_vhost_hash_alias-1.0-10mdv2010.0.i586.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