Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > fb268dfad41c7000ae044d769911f4c8 > scriptlet

radiusd-cistron-1.6.4-3mdk.i586.rpm

PREUN

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

POSTIN

/bin/sh
if [ $1 = 1 ]; then /sbin/chkconfig --add radiusd; else if [ -f /var/lock/subsys/radiusd ]; then service radiusd restart > /dev/null 2>/dev/null || : ; fi; fi;touch /var/log/radutmp /var/log/radwtmp /var/log/radius.log