mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
o Terminate "case" with "esac" not "fi".
Reported by: Randy Bush
This commit is contained in:
parent
90c68c1799
commit
2b30cf49b5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178775
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user