]> andersk Git - gssapi-openssh.git/commitdiff
o Add 'press return to continue' at the end of the setup script output.
authorcphillip <cphillip>
Wed, 3 Jul 2002 18:05:02 +0000 (18:05 +0000)
committercphillip <cphillip>
Wed, 3 Jul 2002 18:05:02 +0000 (18:05 +0000)
setup/setup-openssh.pl

index 60e894c6f1fa73442f6adbec6b42fe5f646b6ff0..27707a5fa720a5ee87761f6abe49ba8da21f9fa5 100644 (file)
@@ -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 <return> to continue... ";
+$trash = <STDIN>;
+
+print "\n";
 print "---------------------------------------------------------------------\n";
 print "$myname: Finished configuring package 'gsi_openssh'.\n";
 
This page took 0.979386 seconds and 5 git commands to generate.