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

Collapse All | Expand All

(-)baselayout-1.12.6/lib/rcscripts/net/pppd.sh (-2 / +4 lines)
Lines 110-117 Link Here
110
	opts="linkname ${iface} ${opts}"
110
	opts="linkname ${iface} ${opts}"
111
111
112
	# Setup auth info
112
	# Setup auth info
113
	[[ -n ${!username} ]] && opts="user '"${!username}"' ${opts}"
113
	if [[ " ${opts} " != *" noauth "* ]] ; then
114
	opts="remotename ${iface} ${opts}"
114
		[[ -n ${!username} ]] && opts="user '"${!username}"' ${opts}"
115
		opts="remotename ${iface} ${opts}"
116
	fi
115
117
116
	# Load a custom interface configuration file if it exists
118
	# Load a custom interface configuration file if it exists
117
	[[ -f "/etc/ppp/options.${iface}" ]] \
119
	[[ -f "/etc/ppp/options.${iface}" ]] \

Return to bug 104869