From: cphillip Date: Fri, 1 Aug 2003 19:22:44 +0000 (+0000) Subject: o Update output of the script to be more easily readable. X-Git-Tag: OPENSSH_GSI_GPT_2_6~8 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/12d3602b228630a2b681162ac5a13e0b62c085c8 o Update output of the script to be more easily readable. --- diff --git a/setup/setup-openssh.pl b/setup/setup-openssh.pl index ea2df1d..b57a363 100644 --- a/setup/setup-openssh.pl +++ b/setup/setup-openssh.pl @@ -119,8 +119,9 @@ setPrivilegeSeparation(0); # point. # -debug0("$myname: Configuring package 'gsi_openssh'...\n"); -debug0("---------------------------------------------------------------------\n"); +debug0("Configuring gsi_openssh\n"); +debug0("------------------------------------------------------------\n"); +debug0("Executing...\n"); makeConfDir(); copyPRNGFile(); @@ -133,7 +134,7 @@ my $metadata = new Grid::GPT::Setup(package_name => "gsi_openssh_setup"); $metadata->finish(); -debug1("\n"); +debug0("\n"); debug0("Notes:\n\n"); if ( getPrivilegeSeparation() ) @@ -146,8 +147,8 @@ elsif ( !getPrivilegeSeparation() ) } debug0(" o GSI-OpenSSH website is .\n"); -debug0("---------------------------------------------------------------------\n"); -debug0("$myname: Finished configuring package 'gsi_openssh'.\n"); +debug0("------------------------------------------------------------\n"); +debug0("Finished configuring gsi_openssh.\n"); exit;