Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 8e945e75ed5bcebaf878d43ca8776d25 > scriptlet

OpenIPMI-tools-2.0.16-16.el5.x86_64.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
   service ipmievd stop >/dev/null 2>&1
   /sbin/chkconfig --del ipmievd
fi

POSTIN

/bin/sh
/sbin/chkconfig --add ipmievd

POSTUN

/bin/sh
if [ "$1" -ge "1" ]; then
    service ipmievd condrestart >/dev/null 2>&1 || :
fi