Sophie

Sophie

distrib > CentOS > 5 > i386 > media > os > by-pkgid > 36926637d93188048b225c314fc6eabf > scriptlet

wpa_supplicant-0.5.10-10.el5.i386.rpm

PREUN

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

POSTIN

/bin/sh
if [ $1 = 1 ]; then
	chkconfig --add wpa_supplicant
fi