Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 185100
Collapse All | Expand All

(-)ifplugd.orig (-1 / +1 lines)
Lines 106-112 Link Here
106
		is_set "${iface}" AUTO yes || args="${args}a"
106
		is_set "${iface}" AUTO yes || args="${args}a"
107
		is_set "${iface}" BEEP yes || args="${args}b"
107
		is_set "${iface}" BEEP yes || args="${args}b"
108
		is_set "${iface}" IGNORE_FAIL yes && args="${args}f"
108
		is_set "${iface}" IGNORE_FAIL yes && args="${args}f"
109
		is_set "${iface}" IGNORE_FAIL_POSITIVE yes || args="${args}F"
109
		is_set "${iface}" IGNORE_FAIL_POSITIVE yes && args="${args}F"
110
		is_set "${iface}" IGNORE_RETVAL yes && args="${args}I"
110
		is_set "${iface}" IGNORE_RETVAL yes && args="${args}I"
111
		is_set "${iface}" SHUTDOWN yes || args="${args}q"
111
		is_set "${iface}" SHUTDOWN yes || args="${args}q"
112
		is_set "${iface}" WAIT_ON_FORK yes && args="${args}w"
112
		is_set "${iface}" WAIT_ON_FORK yes && args="${args}w"

Return to bug 185100