Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 210bfb5c122c7168ff54e76ef0d35209 > scriptlet

ike-2.1.7-4.fc14.x86_64.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/ldconfig
/sbin/chkconfig --add iked
/sbin/service iked start >/dev/null 2>&1

POSTUN

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