Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 402e3206e6ab6a2ecaa2ffbc7ce55dbe > scriptlet

dhcp_probe-1.3.0-8.fc15.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add dhcp_probe