Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 259159 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +5 lines)
Line  Link Here
0
-- initfiles/system/udev.ii
0
++ initfiles/system/udev.ii
Lines 106-112 Link Here
106
106
107
	script start = {
107
	script start = {
108
#ifd gentoo enlisy
108
#ifd gentoo enlisy
109
		source /etc/conf.d/rc
109
		. /etc/conf.d/rc
110
		if [ "${RC_DEVICE_TARBALL}" = "yes" -a -e /lib/udev-state/devices.tar.bz2 ]
110
		if [ "${RC_DEVICE_TARBALL}" = "yes" -a -e /lib/udev-state/devices.tar.bz2 ]
111
		then
111
		then
112
			cd /dev
112
			cd /dev
Lines 210-216 Link Here
210
	};
210
	};
211
#ifd gentoo enlisy
211
#ifd gentoo enlisy
212
	script stop = {
212
	script stop = {
213
		source /etc/conf.d/rc
213
		. /etc/conf.d/rc
214
		if [ "${RC_DEVICE_TARBALL}" = "yes" ]
214
		if [ "${RC_DEVICE_TARBALL}" = "yes" ]
215
		then
215
		then
216
			cd /dev
216
			cd /dev
217
-- initfiles/daemon/wpa_supplicant.ii
217
++ initfiles/daemon/wpa_supplicant.ii
Lines 26-32 Link Here
26
			exit 0
26
			exit 0
27
		fi
27
		fi
28
28
29
		source "${libdir}/wpa_supplicant"
29
		. "${libdir}/wpa_supplicant"
30
		if ! wpa_supplicant_associate
30
		if ! wpa_supplicant_associate
31
		then
31
		then
32
			/bin/wpa_cli -i${iface} terminate
32
			/bin/wpa_cli -i${iface} terminate

Return to bug 259159