diff options
author | Maxim Konovalov <maxim@FreeBSD.org> | 2008-05-05 15:52:54 +0000 |
---|---|---|
committer | Maxim Konovalov <maxim@FreeBSD.org> | 2008-05-05 15:52:54 +0000 |
commit | 97752dfdc7640e2f0cde3665826675accade4221 (patch) | |
tree | 695193d1645c7d456569db82b98aea4869fae661 | |
parent | 2b30cf49b50f48b28318496f08c683ca1c6079b1 (diff) |
Notes
-rw-r--r-- | etc/rc.subr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.subr b/etc/rc.subr index f51143144bfe0..f5c616c9a03e8 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 ;; |