2 # Copyright 1999-2008 Gentoo Foundation
3 # Distributed under the terms of the GNU General Public License v2
6 [ -e /etc/conf.d/nfs ] && . /etc/conf.d/nfs
8 rpc_bin=/usr/sbin/rpc.idmapd
12 need portmap rpc.pipefs
17 ebegin "Starting idmapd"
18 ${rpc_bin} ${OPTS_RPC_IDMAPD}
19 eend $? "make sure DNOTIFY support is enabled ..."
23 ebegin "Stopping idmapd"
24 start-stop-daemon --stop --exec ${rpc_bin}