Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 53eb0b03ade3393dba4a55f8b12ba635 > scriptlet

mysql-mmm-agent-2.2.1-1.fc14.noarch.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
    /sbin/service mysql-mmm-agent stop > /dev/null 2>&1
    /sbin/chkconfig --del mysql-mmm-agent
fi

POSTIN

/bin/sh
if [ $1 -eq 1 ]; then 
    /sbin/chkconfig --add mysql-mmm-agent
    /sbin/chkconfig mysql-mmm-agent off 
elif [ $1 -ge 2 ]; then
    /sbin/service mysql-mmm-agent condrestart 
fi