NetBSD/etc/rc.d/nfsd
fvdl 02cd59a751 * Portmap is now called rpcbind.
* Add IPv6 RPC entries to inetd.conf (commented out by default, as the others)
* Add netconfig file, needed for TI-RPC code.
2000-06-02 22:54:08 +00:00

18 lines
244 B
Bash
Executable File

#!/bin/sh
#
# $NetBSD: nfsd,v 1.3 2000/06/02 22:54:12 fvdl Exp $
#
# PROVIDE: nfsd
# REQUIRE: mountd
. /etc/rc.subr
name="nfsd"
rcvar="nfs_server"
command="/usr/sbin/${name}"
required_vars="rpcbind"
load_rc_config $name
run_rc_command "$1"