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

Collapse All | Expand All

(-)autoconfig (-2 / +2 lines)
Lines 182-190 Link Here
182
			dox)
182
			dox)
183
				X11="yes"
183
				X11="yes"
184
			;;
184
			;;
185
			passwd=*)
185
			passwd=*|pass=*|pwd=*|password=*)
186
				PASSWD="no"
186
				PASSWD="no"
187
				PASSWORD="$*"
187
				PASSWORD="${x#*=}"
188
			;;
188
			;;
189
		esac
189
		esac
190
	done
190
	done

Return to bug 230968