Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 03e2879225516838efeb747d2f3fbcf0 > scriptlet

fail2ban-0.8.4-27.fc13.noarch.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add fail2ban