]> andersk Git - gssapi-openssh.git/commitdiff
o Remove some leftovers from the old associate array in the fixpaths()
authorcphillip <cphillip>
Thu, 24 Jan 2002 00:56:43 +0000 (00:56 +0000)
committercphillip <cphillip>
Thu, 24 Jan 2002 00:56:43 +0000 (00:56 +0000)
     function.

setup/setup-openssh.pl

index 2e72fff4104e43b38dad4a470fb6f8a9c1ed6f82..1c17cca470420554369ae25284e6d2ab159ba43a 100644 (file)
@@ -219,18 +219,18 @@ sub fixpaths
     #
 
     @files = (
-        "${sysconfdir}/ssh_config" => 0,
-        "${sysconfdir}/sshd_config" => 0,
-        "${sysconfdir}/moduli" => 0,
-        "${mandir}/${mansubdir}1/scp.1" => 0,
-        "${mandir}/${mansubdir}1/ssh-add.1" => 0,
-        "${mandir}/${mansubdir}1/ssh-agent.1" => 0,
-        "${mandir}/${mansubdir}1/ssh-keygen.1" => 0,
-        "${mandir}/${mansubdir}1/ssh-keyscan.1" => 0,
-        "${mandir}/${mansubdir}1/ssh.1" => 0,
-        "${mandir}/${mansubdir}8/sshd.8" => 0,
-        "${mandir}/${mansubdir}8/sftp-server.8" => 0,
-        "${mandir}/${mansubdir}1/sftp.1" => 0,
+        "${sysconfdir}/ssh_config",
+        "${sysconfdir}/sshd_config",
+        "${sysconfdir}/moduli",
+        "${mandir}/${mansubdir}1/scp.1",
+        "${mandir}/${mansubdir}1/ssh-add.1",
+        "${mandir}/${mansubdir}1/ssh-agent.1",
+        "${mandir}/${mansubdir}1/ssh-keygen.1",
+        "${mandir}/${mansubdir}1/ssh-keyscan.1",
+        "${mandir}/${mansubdir}1/ssh.1",
+        "${mandir}/${mansubdir}8/sshd.8",
+        "${mandir}/${mansubdir}8/sftp-server.8",
+        "${mandir}/${mansubdir}1/sftp.1",
         );
 
     for my $f (@files)
This page took 0.048026 seconds and 5 git commands to generate.