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

(-)a/postgresql.eselect (-2 / +1 lines)
Lines 142-148 do_list() { Link Here
142
142
143
			# Unless a file exists that's controlled by the 'server' use flag,
143
			# Unless a file exists that's controlled by the 'server' use flag,
144
			# report that it's client only.
144
			# report that it's client only.
145
			[[ -e "${bindir}/postmaster" ]] || provider+=' (Clients Only)'
145
			[[ -e "${bindir}/postgres" ]] || provider+=' (Clients Only)'
146
146
147
			case "${slot}" in
147
			case "${slot}" in
148
				"$(active_slot)" )
148
				"$(active_slot)" )
149
- 

Return to bug 916327