Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > 1b6aef1db5eaf5970a42fe82b3b9fbdc > 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