Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 6901c3d91821497f36e2f400c90dea15 > scriptlet

collectd-4.9.1-3.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 || :