Deleted Added
full compact
3c3
< # $FreeBSD: head/etc/rc.d/yppasswdd 193197 2009-06-01 04:55:13Z dougb $
---
> # $FreeBSD: head/etc/rc.d/yppasswdd 231667 2012-02-14 10:51:24Z dougb $
14,15c14
< command="/usr/sbin/rpc.${name}"
< start_precmd="yppasswdd_precmd"
---
> rcvar="nis_yppasswdd_enable"
18c17,18
< rcvar="nis_yppasswdd_enable"
---
>
> command="/usr/sbin/rpc.${name}"
20a21,22
> start_precmd="yppasswdd_precmd"
>
25,34c27,29
< if ! checkyesno rpcbind_enable && \
< ! /etc/rc.d/rpcbind forcestatus 1>/dev/null 2>&1
< then
< force_depend rpcbind || return 1
< fi
< if ! checkyesno nis_server_enable && \
< ! /etc/rc.d/ypserv forcestatus 1>/dev/null 2>&1
< then
< force_depend ypserv || return 1
< fi
---
> force_depend rpcbind || return 1
> force_depend ypserv nis_server || return 1
>