Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 9565957dcd6aefb8214b054b52814b30 > scriptlet

mysql-ndb-cpc-5.0.37-1.amd64.rpm

PREUN

/bin/sh
if [ "$1" = "0" ]; then
	{
if [ -f /var/lock/subsys/mysql-ndb-cpc ]; then
/sbin/service mysql-ndb-cpc stop 1>&2 || :;
fi };	/sbin/chkconfig --del mysql-ndb-cpc
fi

POSTIN

/bin/sh
/sbin/chkconfig --add mysql-ndb-cpc
{
skip_auto_restart() {
[ -f /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm
[ -f /etc/sysconfig/mysql-ndb-cpc ] && . /etc/sysconfig/mysql-ndb-cpc
echo ${RPM_SKIP_AUTO_RESTART:-no}
};
if [ $(skip_auto_restart) = no ]; then
if [ -f /var/lock/subsys/mysql-ndb-cpc ]; then
/sbin/service mysql-ndb-cpc restart 1>&2 || :;
else
echo 'Run "/sbin/service mysql-ndb-cpc start" to start mysql NDB CPC.'
fi
fi };