Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > e9a6e72bc6a459d9fae3052ac3c6be60 > scriptlet

fwknop-1.9.12-1.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add fwknop

POSTUN

/bin/sh
if [ $1 -ge 1 ]; then
   /sbin/service fwknop condrestart >/dev/null 2>&1 || :
fi