summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2008-05-05 15:50:20 +0000
committermaxim <maxim@FreeBSD.org>2008-05-05 15:50:20 +0000
commitc8f1e325ae885cefe25b76b689e76a896e702d4a (patch)
tree8fbce56071947959db6e2dadcda4b5597c0d4529
parentc697e6f360e231d276258ea22e73c4085eba3af9 (diff)
downloadFreeBSD-src-c8f1e325ae885cefe25b76b689e76a896e702d4a.zip
FreeBSD-src-c8f1e325ae885cefe25b76b689e76a896e702d4a.tar.gz
o Terminate "case" with "esac" not "fi".
Reported by: Randy Bush
-rw-r--r--etc/rc.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.subr b/etc/rc.subr
index eab1062..f511431 100644
--- a/etc/rc.subr
+++ b/etc/rc.subr
@@ -179,7 +179,7 @@ stop_boot()
*)
always=false
;;
- fi
+ esac
if [ "$autoboot" = yes -o "$always" = true ]; then
echo "ERROR: ABORTING BOOT (sending SIGTERM to parent)!"
kill -TERM ${RC_PID}
OpenPOWER on IntegriCloud