summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-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