Home
last modified time | relevance | path

Searched refs:rc_force (Results 1 – 3 of 3) sorted by relevance

/dragonfly/etc/
H A Drc.subr161 # $3 $rc_force "" not to force, "anything" to force.
535 # force Set ${rcvar} to YES, and set rc_force=yes
680 # rc_force Not empty if "force" was provided (q.v.)
726 rc_force=yes
872 if [ -z "$rc_force" ]; then
882 if [ -z "$rc_force" ]; then
892 if [ -z "$rc_force" ]; then
906 if [ -z "$rc_force" ]; then
1051 ( $0 ${rc_force:+force}stop $rc_extra_args )
1052 $0 ${rc_force:+force}start $rc_extra_args
[all …]
H A Dpccard_ether64 if [ -z "$rc_force" ]; then
/dragonfly/etc/rc.d/
H A Dswap132 if checkyesno swapoff || [ -n "$rc_force" ]; then