diff --git a/etc/rc.subr b/etc/rc.subr index f51143144bfe..f5c616c9a03e 100644 --- a/etc/rc.subr +++ b/etc/rc.subr @@ -171,8 +171,8 @@ stop_boot() { local always - case $1 in - # "yes", "true", "on", or "1" + case $1 in + # "yes", "true", "on", or "1" [Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|[Oo][Nn]|1) always=true ;;