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

(-)ppp/ppp-2.4.4-r4.ebuild (-1 / +1 lines)
Lines 259-265 Link Here
259
		mknod "${ROOT}/dev/ppp" c 108 0
259
		mknod "${ROOT}/dev/ppp" c 108 0
260
	fi
260
	fi
261
	if [ "$ROOT" = "/" ]; then
261
	if [ "$ROOT" = "/" ]; then
262
		/sbin/modules-update
262
		[ -x /sbin/update-modules ] && /sbin/update-modules || /sbin/modules-update
263
	fi
263
	fi
264
264
265
	#create *-secrets files if not exists
265
	#create *-secrets files if not exists

Return to bug 174749