summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/rc.subr4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.subr b/etc/rc.subr
index f511431..f5c616c 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
;;
OpenPOWER on IntegriCloud