Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > f87aa172a38a242cb98d768d4a682a69 > scriptlet

collectd-4.9.5-2.fc14.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add collectd

POSTUN

/bin/sh
/sbin/service collectd condrestart &>/dev/null || :