summaryrefslogtreecommitdiffstats
path: root/release/bininst
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-08 13:58:34 +0000
committerjkh <jkh@FreeBSD.org>1994-11-08 13:58:34 +0000
commitb280c1d8315fe6bbf84cc89d909009a96980ec83 (patch)
tree3993b7622d2c4d4310604c08c671dfd29389ed90 /release/bininst
parent636833185c252e20978f739772190bc36c9ae7c2 (diff)
downloadFreeBSD-src-b280c1d8315fe6bbf84cc89d909009a96980ec83.zip
FreeBSD-src-b280c1d8315fe6bbf84cc89d909009a96980ec83.tar.gz
Put in a hook to communicate properly with sysinstall.
Diffstat (limited to 'release/bininst')
-rwxr-xr-xrelease/bininst5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/bininst b/release/bininst
index caaf4f3..bc55a2a 100755
--- a/release/bininst
+++ b/release/bininst
@@ -445,6 +445,7 @@ while [ $installing -eq 1 ]; do
installing=0
fi
done
-echo; echo "Exiting to shell"
+echo; echo "Spawning shell. Exit shell to continue with new bindist."
echo "Progress <installation completed>" > /dev/ttyv1
-exec /stand/sh
+/stand/sh
+exit 20
OpenPOWER on IntegriCloud