www-client/w3m: remove
[sgilles-overlay.git] / net-fs / nfs-utils / files / rpc.idmapd.initd
blobb54369652dbbc20b3431188137c9fb8d7f720e58
1 #!/sbin/openrc-run
2 # Copyright 1999-2008 Gentoo Foundation
3 # Distributed under the terms of the GNU General Public License v2
4 # $Id$
6 [ -e /etc/conf.d/nfs ] && . /etc/conf.d/nfs
8 rpc_bin=/usr/sbin/rpc.idmapd
10 depend() {
11         use ypbind net
12         need portmap rpc.pipefs
13         after quota
16 start() {
17         ebegin "Starting idmapd"
18         ${rpc_bin} ${OPTS_RPC_IDMAPD}
19         eend $? "make sure DNOTIFY support is enabled ..."
22 stop() {
23         ebegin "Stopping idmapd"
24         start-stop-daemon --stop --exec ${rpc_bin}
25         eend $?