Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > fbf4d08d2623eac9d9fc698ae7de3c38 > scriptlet

yum-updatesd-0.9-6.sl5.noarch.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add yum-updatesd
/sbin/service yum-updatesd condrestart >/dev/null 2>&1
exit 0