Deleted Added
full compact
4c4
< # $FreeBSD: head/etc/rc.d/rpcbind 98585 2002-06-21 19:50:01Z dougb $
---
> # $FreeBSD: head/etc/rc.d/rpcbind 101851 2002-08-14 05:44:32Z gordon $
13a14,15
> rcvar=`set_rcvar`
> command="/usr/sbin/${name}"
15,20d16
< # XXX - Executable may be in a different location. The $name variable
< # is different from the variable in rc.conf(5) so the
< # subroutines in rc.subr won't catch it.
< #
< load_rc_config $name
<
22,27d17
< FreeBSD)
< pidfile=
< rcvar="portmap_enable"
< command="${portmap_program:-/usr/sbin/${name}}"
< eval ${name}_flags=\"${portmap_flags}\"
< ;;
29,30d18
< rcvar=$name
< command="/usr/sbin/${name}"
34a23
> load_rc_config $name