Menu

[r3313]: / trunk / etc / rc.d / rpcbind  Maximize  Restore  History

Download this file

22 lines (17 with data), 424 Bytes

#!/bin/sh
#
# $NetBSD: rpcbind,v 1.6 2002/01/31 01:26:06 lukem Exp $
# $FreeBSD: src/etc/rc.d/rpcbind,v 1.12 2004/10/07 13:55:26 mtm Exp $
#
# Modified by Volker Theile (votdev@gmx.de)
#

# PROVIDE: rpcbind
# REQUIRE: NETWORKING syslogd
# XQUERY: -i "count(//nfsd/enable) > 0" -o "0" -b
# RCVAR: rpcbind

. /etc/rc.subr

name="rpcbind"
rcvar=`set_rcvar`
command="/usr/sbin/${name}"

load_rc_config $name
run_rc_command "$1"
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.