In-line documentation.
Prodded by: alfred
This commit is contained in:
parent
968c0e1bf4
commit
097b26a617
@ -11,19 +11,27 @@
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
# Save the (one) commandline argument incase it gets clobbered.
|
||||
arg=$1
|
||||
|
||||
# Either NFS client or server must be enabled or this must be a 'forcestart'
|
||||
# for either of the daemons to start.
|
||||
#
|
||||
start_precmd='checkyesno nfs_server_enable || checkyesno nfs_client_enable ||
|
||||
[ -n "$rc_force" ]'
|
||||
stop_precmd=$start_precmd
|
||||
status_precmd=$start_precmd
|
||||
|
||||
# rpc.statd
|
||||
#
|
||||
name="statd"
|
||||
rcvar=rpc_statd_enable
|
||||
command="/usr/sbin/rpc.${name}"
|
||||
load_rc_config $name
|
||||
run_rc_command "$arg"
|
||||
|
||||
# rpc.lockd
|
||||
#
|
||||
name="lockd"
|
||||
rcvar=rpc_lockd_enable
|
||||
command="/usr/sbin/rpc.${name}"
|
||||
|
@ -11,19 +11,27 @@
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
# Save the (one) commandline argument incase it gets clobbered.
|
||||
arg=$1
|
||||
|
||||
# Either NFS client or server must be enabled or this must be a 'forcestart'
|
||||
# for either of the daemons to start.
|
||||
#
|
||||
start_precmd='checkyesno nfs_server_enable || checkyesno nfs_client_enable ||
|
||||
[ -n "$rc_force" ]'
|
||||
stop_precmd=$start_precmd
|
||||
status_precmd=$start_precmd
|
||||
|
||||
# rpc.statd
|
||||
#
|
||||
name="statd"
|
||||
rcvar=rpc_statd_enable
|
||||
command="/usr/sbin/rpc.${name}"
|
||||
load_rc_config $name
|
||||
run_rc_command "$arg"
|
||||
|
||||
# rpc.lockd
|
||||
#
|
||||
name="lockd"
|
||||
rcvar=rpc_lockd_enable
|
||||
command="/usr/sbin/rpc.${name}"
|
||||
|
@ -11,19 +11,27 @@
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
# Save the (one) commandline argument incase it gets clobbered.
|
||||
arg=$1
|
||||
|
||||
# Either NFS client or server must be enabled or this must be a 'forcestart'
|
||||
# for either of the daemons to start.
|
||||
#
|
||||
start_precmd='checkyesno nfs_server_enable || checkyesno nfs_client_enable ||
|
||||
[ -n "$rc_force" ]'
|
||||
stop_precmd=$start_precmd
|
||||
status_precmd=$start_precmd
|
||||
|
||||
# rpc.statd
|
||||
#
|
||||
name="statd"
|
||||
rcvar=rpc_statd_enable
|
||||
command="/usr/sbin/rpc.${name}"
|
||||
load_rc_config $name
|
||||
run_rc_command "$arg"
|
||||
|
||||
# rpc.lockd
|
||||
#
|
||||
name="lockd"
|
||||
rcvar=rpc_lockd_enable
|
||||
command="/usr/sbin/rpc.${name}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user