nfs-utils: reworked the rc.d scripts to make server/client work.

Bump revision.

--HG--
extra : convert_revision : 8ae516e972fa5ba22be2d5ef80194bf08ff921fa
This commit is contained in:
Juan RP
2009-03-28 11:27:08 +01:00
parent 7bb1915c63
commit 575ce29b37
4 changed files with 58 additions and 13 deletions

View File

@@ -2,12 +2,14 @@
#
# PROVIDE: mountd
# REQUIRE: portmap nfslock
# KEYWORD: shutdown
$_rc_subr_loaded . /etc/rc.subr
name="mountd"
rcvar=$name
command="/usr/sbin/rpc.mountd"
procname=${command}
start_precmd="mountd_precmd"
mountd_precmd()