Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 2873ba0b8624debaa53224c0cea7170d > scriptlet

net-tools-1.60-83.el5_10.x86_64.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