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

(-)a/freebsd-usbin-9.2_rc3.ebuild (-1 / +1 lines)
Lines 120-126 src_install() { Link Here
120
	mkinstall DOCDIR=/usr/share/doc/${PF} || die "Install failed"
120
	mkinstall DOCDIR=/usr/share/doc/${PF} || die "Install failed"
121
121
122
	# Most of these now come from openrc.
122
	# Most of these now come from openrc.
123
	for util in nfs rpc.statd rpc.lockd; do
123
	for util in nfs nfsuserd rpc.statd rpc.lockd; do
124
		newinitd "${FILESDIR}/"${util}.initd ${util} || die
124
		newinitd "${FILESDIR}/"${util}.initd ${util} || die
125
		if [[ -e "${FILESDIR}"/${util}.confd ]]; then \
125
		if [[ -e "${FILESDIR}"/${util}.confd ]]; then \
126
			newconfd "${FILESDIR}"/${util}.confd ${util} || die
126
			newconfd "${FILESDIR}"/${util}.confd ${util} || die

Return to bug 486652