Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > 308b286bec9d7395e8148197ebecf7ac > scriptlet

OpenIPMI-2.0.16-16.el5.i386.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add ipmi

POSTUN

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