From: cphillip Date: Fri, 18 Jan 2002 17:07:01 +0000 (+0000) Subject: Minor changes to text that is output to the user. X-Git-Tag: OPENSSH_3_0_2P1~30 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/9ef2f43943ae66cff4804a8419b614323a0ef9fe Minor changes to text that is output to the user. --- diff --git a/setup/setup-openssh.pl b/setup/setup-openssh.pl index a1e3cef..3ed7df0 100644 --- a/setup/setup-openssh.pl +++ b/setup/setup-openssh.pl @@ -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";