From 1eab725d1fe5aabdfdd186b2ab41b658d64d8d5d Mon Sep 17 00:00:00 2001 From: cphillip Date: Thu, 17 Jan 2002 20:15:35 +0000 Subject: [PATCH] Removed path-to-perl in script, added 'where to send fixes line.' --- setup/setup-openssh.pl | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/setup/setup-openssh.pl b/setup/setup-openssh.pl index 3866e83..92832b5 100644 --- a/setup/setup-openssh.pl +++ b/setup/setup-openssh.pl @@ -1,9 +1,13 @@ -#!/usr/bin/perl -w # -# setup-openssh.pl - substitutes variables into text files and runs -# ssh key gen programs +# setup-openssh.pl: +# Adapts the installed gsi-ssh environment to the current machine, +# performing actions that originally occurred during the package's +# 'make install' phase. # -# adapted from 'fixpath', located in the openssh-3.0.2p1 package +# Large parts adapted from 'fixpath', a tool found in openssh-3.0.2p1. +# +# Send comments/fixes/suggestions to: +# Chase Phillips # $gpath = $ENV{GLOBUS_LOCATION}; -- 2.45.2