]> andersk Git - gssapi-openssh.git/commitdiff
Minor changes to text that is output to the user.
authorcphillip <cphillip>
Fri, 18 Jan 2002 17:07:01 +0000 (17:07 +0000)
committercphillip <cphillip>
Fri, 18 Jan 2002 17:07:01 +0000 (17:07 +0000)
setup/setup-openssh.pl

index a1e3cefb84858898e95d6bc460d9fa1466a2f8d0..3ed7df05b588c0c5cef34d562437c708b26defc6 100644 (file)
@@ -29,7 +29,7 @@ my $globusdir = $gpath;
 my $setupdir = "$globusdir/setup/globus";
 my $myname = "setup-openssh.pl";
 
-print "$myname: Configuring package 'gsi-openssh'\n";
+print "$myname: Configuring package 'gsi_openssh'...\n";
 
 #
 # Set up path prefixes for use in the path translations
@@ -190,3 +190,5 @@ runkeygen();
 my $metadata = new Grid::GPT::Setup(package_name => "gsi_openssh_setup");
 
 $metadata->finish();
+
+print "$myname: Finished configuring package 'gsi_openssh'.\n";
This page took 0.072808 seconds and 5 git commands to generate.