From 74283bbb86ebc9cb5238b5af6f07fe69dd381ade Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 8 Apr 2006 22:11:24 +0000 Subject: [PATCH] Explain that the tailing process will exit when developer bootstrap is completed. --- etc/rc.initial | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/rc.initial b/etc/rc.initial index 022d0ebf09..819806d9a5 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -18,9 +18,13 @@ if [ -e /usr/local/etc/rc.d/dev_bootstrap.sh ]; then echo -n "Would you like to tail the progress [n]? " read ANSWER if [ "$ANSWER" = "y" ]; then + echo + echo "Tailing developer bootstrap process." echo echo "Press CTRL-C to abort." echo + echo "Note, this tailing process will exit once the operation is completed." + echo tail -f /tmp/bootup_messages fi fi