]> andersk Git - gssapi-openssh.git/commitdiff
o Change formatting of standard output to user.
authorcphillip <cphillip>
Wed, 23 Jan 2002 17:41:24 +0000 (17:41 +0000)
committercphillip <cphillip>
Wed, 23 Jan 2002 17:41:24 +0000 (17:41 +0000)
setup/setup-openssh.pl

index a4b390146e596fa97e63b95b9cb6bf8e2342289f..a83ed02e815459182cfad4d431101f4e89bbceba 100644 (file)
@@ -365,8 +365,10 @@ sub fixpaths
     return 0;
 }
 
-print "\n$myname: Configuring package 'gsi_openssh'..\n";
-print "NOTE: Run this as root for the intended effect.\n";
+print "------------------------------------------------------\n";
+print "$myname: Configuring package 'gsi_openssh'..\n";
+print "\n";
+print "--> NOTE: Run this as root for the intended effect. <--\n";
 
 test_dirs();
 copy_setup_files();
@@ -377,7 +379,9 @@ my $metadata = new Grid::GPT::Setup(package_name => "gsi_openssh_setup");
 
 $metadata->finish();
 
+print "\n";
 print "$myname: Finished configuring package 'gsi_openssh'.\n";
+print "------------------------------------------------------\n";
 
 #
 # Just need a minimal action() subroutine for now..
This page took 0.055925 seconds and 5 git commands to generate.