]> andersk Git - gssapi-openssh.git/commitdiff
o Prompt and URL changes.
authorcphillip <cphillip>
Fri, 7 Feb 2003 04:01:16 +0000 (04:01 +0000)
committercphillip <cphillip>
Fri, 7 Feb 2003 04:01:16 +0000 (04:01 +0000)
setup/setup-openssh.pl

index f600da656b5ad305ab9ce2ebd7a364de868681e7..822ed177d5dd7d2badeda9f0ccdc3287ec047431 100644 (file)
@@ -99,6 +99,8 @@ my $keyfiles = {
 
 my($prompt, $force, $verbose);
 
+$prompt = 1;
+
 GetOptions(
             'prompt!' => \$prompt,
             'force' => \$force,
@@ -125,9 +127,6 @@ print "this machine.  (Loosely, if I find a pair of host keys in /etc/ssh,\n";
 print "I will copy them into \$GLOBUS_LOCATION/etc/ssh.  Otherwise, I will\n";
 print "generate them for you.)\n";
 print "\n";
-print "    Jacobim Mugatu says,\n";
-print "        \"Utopian Prime Minister Bad!  GSI-OpenSSH Good!\"\n";
-print "\n";
 
 if ( isForced() )
 {
@@ -220,13 +219,13 @@ if ( !getPrivilegeSeparation() )
 
 print "\n";
 print "  o For more information about GSI-Enabled OpenSSH, visit:\n";
-print "    <http://www.ncsa.uiuc.edu/Divisions/ACES/GSI/openssh/>\n";
+print "    <http://www.ncsa.uiuc.edu/Divisions/NSM/GST/GSI/openssh/>\n";
 
 #
 # give the user a chance to read all of this output
 #
 
-if (!$prompt)
+if ( $prompt )
 {
     print "\n";
     print "Press <return> to continue... ";
@@ -1123,7 +1122,7 @@ sub query_boolean
     my($query_text, $default) = @_;
     my($nondefault, $foo, $bar);
 
-    if (!$prompt)
+    if ( !$prompt )
     {
         print "Prompt suppressed.  Continuing...\n";
         return "y";
This page took 0.462078 seconds and 5 git commands to generate.