From 97752dfdc7640e2f0cde3665826675accade4221 Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Mon, 5 May 2008 15:52:54 +0000 Subject: [PATCH] o Convert whitespaces to tabs. --- etc/rc.subr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ;;