Sophie

Sophie

distrib > Mandriva > 8.0 > i586 > media > main > by-pkgid > 1252baee43e0035b603e491b89381c6f > scriptlet

portsentry-1.0-8mdk.i586.rpm

PREUN

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

POSTIN

/bin/sh
if [ $1 = 1 ]; then 
  /sbin/chkconfig --add portsentry; 
else 
  if [ -f /var/lock/subsys/portsentry ]; then 
       service portsentry restart > /dev/null 2>/dev/null || : 
  fi 
fi