Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > d084427d82a5ee97d295c1bb98eafc6f > scriptlet

shorewall-init-4.4.11.1-1.fc14.noarch.rpm

PREUN

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

POSTIN

/bin/sh
if [ $1 = 1 ]; then
   /sbin/chkconfig --add shorewall-init
fi