Sophie

Sophie

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

shorewall-init-4.4.23.3-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