]> andersk Git - gssapi-openssh.git/commitdiff
o Update output of the script to be more easily readable.
authorcphillip <cphillip>
Fri, 1 Aug 2003 19:22:44 +0000 (19:22 +0000)
committercphillip <cphillip>
Fri, 1 Aug 2003 19:22:44 +0000 (19:22 +0000)
setup/setup-openssh.pl

index ea2df1d2e99c87ef7b6a56eadbc2da05ff458179..b57a36376787bd0d2669879ca4045a564088185e 100644 (file)
@@ -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 <http://grid.ncsa.uiuc.edu/ssh/>.\n");
-debug0("---------------------------------------------------------------------\n");
-debug0("$myname: Finished configuring package 'gsi_openssh'.\n");
+debug0("------------------------------------------------------------\n");
+debug0("Finished configuring gsi_openssh.\n");
 
 exit;
 
This page took 0.05694 seconds and 5 git commands to generate.