]> andersk Git - gssapi-openssh.git/commitdiff
o Change original paths in setup-openssh.pl to be surrounded by parens,
authorcphillip <cphillip>
Tue, 22 Jan 2002 19:18:06 +0000 (19:18 +0000)
committercphillip <cphillip>
Tue, 22 Jan 2002 19:18:06 +0000 (19:18 +0000)
     so as to avoid embarassing problems like confusing /path/to/ssh and
     /path/to/ssh_config.

setup/setup-openssh.pl

index 917f53d1258191c472eae0c74c2e80552ec129fa..8ddef0212dc414ee00f1bc1a7036d4354dd211dd 100644 (file)
@@ -66,12 +66,12 @@ sub fixpaths
         "/etc/sshrc" => "${sysconfdir}/sshrc",
         "/usr/X11R6/bin/xauth" => "${xauth_path}",
         "/usr/bin:/bin:/usr/sbin:/sbin" => "/usr/bin:/bin:/usr/sbin:/sbin:${bindir}",
-        "/path/to/scp.real" => "${bindir}/scp.real",
-        "/path/to/ssh" => "${bindir}/ssh",
-        "/path/to/sftp.real" => "${bindir}/sftp.real",
-        "/path/to/sshd.real" => "${sbindir}/sshd.real",
-        "/path/to/ssh_config" => "${sysconfdir}/ssh_config",
-        "/path/to/sshd_config" => "${sysconfdir}/sshd_config",
+        "(/path/to/scp.real)" => "${bindir}/scp.real",
+        "(/path/to/ssh)" => "${bindir}/ssh",
+        "(/path/to/sftp.real)" => "${bindir}/sftp.real",
+        "(/path/to/sshd.real)" => "${sbindir}/sshd.real",
+        "(/path/to/ssh_config)" => "${sysconfdir}/ssh_config",
+        "(/path/to/sshd_config)" => "${sysconfdir}/sshd_config",
         );
 
     #
This page took 0.038234 seconds and 5 git commands to generate.