Sindbad~EG File Manager

Current Path : /var/tmp/mergemaster/preserved-files-170206-102132/etc/rc.d/
Upload File :
Current File : //var/tmp/mergemaster/preserved-files-170206-102132/etc/rc.d/ypxfrd

#!/bin/sh
#
# $FreeBSD: releng/9.2/etc/rc.d/ypxfrd 231792 2012-02-15 22:59:15Z dougb $
#

# PROVIDE: ypxfrd
# REQUIRE: rpcbind ypserv
# KEYWORD: shutdown

. /etc/rc.subr

name="ypxfrd"
rcvar="nis_ypxfrd_enable"

load_rc_config $name

command="/usr/sbin/rpc.${name}"
command_args="${nis_ypxfrd_flags}"

start_precmd="ypxfrd_precmd"

ypxfrd_precmd()
{
	local _domain

	force_depend rpcbind || return 1
	force_depend ypserv nis_server || return 1

	_domain=`domainname`
	if [ -z "$_domain" ]; then
		warn "NIS domainname(1) is not set."
		return 1
	fi
}

run_rc_command "$1"

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists