Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 67a8f28a7d9835080553b44e8f25e2f3 > scriptlet

firestarter-1.0.3-23.mga5.i586.rpm

PREUN

/bin/sh
/usr/share/rpm-helper/del-service firestarter $1 firestarter 

%preun_uninstall_gconf_sc

POSTIN

/bin/sh
if [ $1 -eq 1 ]; then
  touch /etc/firestarter/blocked-hosts \
        /etc/firestarter/blocked-ports \
        /etc/firestarter/forward       \
        /etc/firestarter/open-ports    \
        /etc/firestarter/stealthed-ports \
        /etc/firestarter/trusted-hosts
  echo "You have to decide whether to let iptables startup script"
  echo "or firestarter to control your firewall, using chkconfig."
fi
/usr/share/rpm-helper/add-service firestarter $1 firestarter

Triggers

firestarter <= 0.9.2-1mdk

/bin/sh
echo "You have to decide whether to let iptables startup script"
echo "or firestarter to control your firewall, using chkconfig."