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

(-)a/openrc-0.5.2-r1.ebuild (+17 lines)
Lines 356-361 Link Here
356
356
357
	# update the dependency tree bug #224171
357
	# update the dependency tree bug #224171
358
	[[ "${ROOT}" = "/" ]] && "${ROOT}/${LIBDIR}"/rc/bin/rc-depend -u
358
	[[ "${ROOT}" = "/" ]] && "${ROOT}/${LIBDIR}"/rc/bin/rc-depend -u
359
	
360
	# /etc/conf.d/net.example is no longer valid
361
	if [[ -e ${ROOT}/etc/conf.d/net.example ]] ; then
362
	    ewarn "Please refer to /usr/share/doc/openrc-{PV} for documentation"
363
	    ewarn "/etc/conf.d/net.example is no longer valid."
364
		elog "/etc/conf.d/net.example is no longer used for documentation."
365
		elog "Please refer to /usr/share/doc/openrc-{PV} as applicable"
366
		elog "and delete /etc/conf.d/net.example"
367
	fi
368
369
	# /etc/conf.d/wireless.example is no longer valid
370
	if [[ -e ${ROOT}/etc/conf.d/wireless.example ]] ; then
371
		elog "/etc/conf.d/wireless.example is no longer used for documentation."
372
		elog "Please refer to /usr/share/doc/openrc-{PV} as applicable"
373
		elog "and delete /etc/conf.d/wireless.example"
374
	fi
375
359
376
360
	if [[ -d ${ROOT}/etc/modules.autoload.d ]] ; then
377
	if [[ -d ${ROOT}/etc/modules.autoload.d ]] ; then
361
		ewarn "/etc/modules.autoload.d is no longer used.  Please convert"
378
		ewarn "/etc/modules.autoload.d is no longer used.  Please convert"

Return to bug 291254