summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-17 06:47:00 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-17 06:47:00 +0000
commit45e386457cc948e87232ea762455442c7eba9744 (patch)
tree164af506c2ac90abafba466c72970be2133f30b2 /etc/rc.initial
parent2c05cc106a6ce89fd092806faf5482d638bbdc0f (diff)
downloadpfsense-45e386457cc948e87232ea762455442c7eba9744.zip
pfsense-45e386457cc948e87232ea762455442c7eba9744.tar.gz
Add (y/n) hint
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index a85b51e..462c88a 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -18,7 +18,7 @@ if [ -e /usr/local/etc/rc.d/dev_bootstrap.sh ]; then
echo "During this process, /usr/src is automatically downloaded"
echo "and many supporting files are built, installed, etc."
echo
- echo -n "Would you like to tail the progress [n]? "
+ echo -n "Would you like to tail the progress (y/n) [n]? "
read ANSWER
if [ "$ANSWER" = "y" ]; then
echo
OpenPOWER on IntegriCloud