Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > a11a069f69973876f3a957131c7911ed > scriptlet

net-tools-1.60-83.el5_9.i386.rpm

PREUN

/bin/sh
if [ "$1" = "0" ]; then
  /sbin/chkconfig --del netplugd || :
  /sbin/service netplugd stop &> /dev/null || :
fi
exit 0

POSTIN

/bin/sh
  /sbin/chkconfig --add netplugd
  exit 0

POSTUN

/bin/sh
  /sbin/service netplugd condrestart >/dev/null 2>&1 || :
  exit 0