From: cphillip Date: Wed, 3 Jul 2002 18:05:02 +0000 (+0000) Subject: o Add 'press return to continue' at the end of the setup script output. X-Git-Tag: OPENSSH_GSI_GPT_0_8~4 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/ff3b2ddb7534f7b6c5b324746b7ad69a1be75f31 o Add 'press return to continue' at the end of the setup script output. --- diff --git a/setup/setup-openssh.pl b/setup/setup-openssh.pl index 60e894c..27707a5 100644 --- a/setup/setup-openssh.pl +++ b/setup/setup-openssh.pl @@ -195,6 +195,15 @@ if ( !getPrivilegeSeparation() ) print " \t\$GLOBUS_LOCATION/etc/ssh/sshd_config.\n"; } +# +# give the user a chance to read all of this output +# + +print "\n"; +print "Press to continue... "; +$trash = ; + +print "\n"; print "---------------------------------------------------------------------\n"; print "$myname: Finished configuring package 'gsi_openssh'.\n";