Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 49715d023f055458547b57e7b1f7219d > scriptlet

fail2ban-0.8.4-25.fc14.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