]> andersk Git - gssapi-openssh.git/commitdiff
o Oops. Cleanup commit.
authorcphillip <cphillip>
Wed, 1 May 2002 18:44:02 +0000 (18:44 +0000)
committercphillip <cphillip>
Wed, 1 May 2002 18:44:02 +0000 (18:44 +0000)
setup/setup-openssh.pl

index 574d3f15508854c90d76a8a7e1f5e352c95a0811..ad1d32d1b078d7768bde2fd816871743766a8094 100644 (file)
@@ -10,8 +10,6 @@
 # Chase Phillips <cphillip@ncsa.uiuc.edu>
 #
 
-use Data::Dumper;
-
 printf("setup-openssh.pl: Configuring gsi-openssh package\n");
 
 #
@@ -94,10 +92,6 @@ sub copyKeyFiles
             $keyfile = "$f";
             $pubkeyfile = "$f.pub";
 
-#            printf("cp $localsshdir/$keyfile $sysconfdir/$keyfile");
-#            printf("\n");
-#            printf("cp $localsshdir/$pubkeyfile $sysconfdir/$pubkeyfile");
-#            printf("\n");
             action("cp $localsshdir/$keyfile $sysconfdir/$keyfile");
             action("cp $localsshdir/$pubkeyfile $sysconfdir/$pubkeyfile");
         }
@@ -176,9 +170,7 @@ sub runKeyGen
     {
         $keyfile = $keyfiles->{$k};
 
-        # if $sysconfdir/ssh_host_key doesn't exist..
-#        printf("$bindir/ssh-keygen -t $k -f $sysconfdir/$keyfile -N \"\"");
-#        printf("\n");
+        # if $sysconfdir/$keyfile doesn't exist..
         action("$bindir/ssh-keygen -t $k -f $sysconfdir/$keyfile -N \"\"");
     }
 
This page took 0.065469 seconds and 5 git commands to generate.