Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > c07292faef56e7d09f59d619816b6973 > scriptlet

ucd-snmp-4.1.1-4mdk.i586.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
   /sbin/chkconfig --del snmpd
fi

POSTIN

/bin/sh
/sbin/ldconfig
/sbin/chkconfig --add snmpd 
#if [ ! -f /etc/snmpd.agentinfo ]; then
#  touch /etc/snmpd.agentinfo
#fi

POSTUN

/bin/sh
/sbin/ldconfig