Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > 1bf6c2c579db18c6ef77e6b9d6a68714 > scriptlet

ike-2.1.7-4.fc15.i686.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