Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 8365ef792086bd7ea1fd8f999be84bdb > scriptlet

audit-2.0.4-4.fc14.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add auditd

POSTUN

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