Sophie

Sophie

distrib > CentOS > 6 > i386 > by-pkgid > 06d89f7b3eb2ab5d92f8fea1230546d4 > scriptlet

corosync-1.2.3-21.el6_0.1.i686.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
	/sbin/service corosync stop &>/dev/null || :
	/sbin/chkconfig --del corosync || :
fi

POSTIN

/bin/sh
/sbin/chkconfig --add corosync || :