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

(-)nfs-utils-1.3.1-r5.ebuild (+7 lines)
Lines 142-147 Link Here
142
		-e "/^EnvironmentFile=/s:=.*:=${EPREFIX}/etc/conf.d/nfs:" \
142
		-e "/^EnvironmentFile=/s:=.*:=${EPREFIX}/etc/conf.d/nfs:" \
143
		-e '/^(After|Wants)=nfs-config.service$/d' \
143
		-e '/^(After|Wants)=nfs-config.service$/d' \
144
		-e 's:/usr/sbin/rpc.statd:/sbin/rpc.statd:' \
144
		-e 's:/usr/sbin/rpc.statd:/sbin/rpc.statd:' \
145
		-e 's:\$RPCNFSDARGS:$OPTS_RPC_NFSD:g' \
146
		-e 's:\$GSSDARGS:$OPTS_RPC_GSSD:g' \
147
		-e 's:\$RPCMOUNTDARGS:$OPTS_RPC_MOUNTD:g' \
148
		-e 's:\$RPCIDMAPDARGS:$OPTS_RPC_IDMAPD:g' \
149
		-e 's:\$STATDARGS:$OPTS_RPC_STATD:g' \
150
		-e 's:\$SVCGSSDARGS:$OPTS_RPC_SVCGSSD:g' \
151
		-e 's:\$SMNOTIFYARGS:$OPTS_SM_NOTIFY:g' \
145
		"${D}$(systemd_get_unitdir)"/* || die
152
		"${D}$(systemd_get_unitdir)"/* || die
146
}
153
}
147
154

Return to bug 544772