From: cphillip Date: Tue, 22 Jan 2002 19:18:06 +0000 (+0000) Subject: o Change original paths in setup-openssh.pl to be surrounded by parens, X-Git-Tag: OPENSSH_3_0_2P1~26 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/44c96d907fc53418749e0979d1f05f726eb56a8c o Change original paths in setup-openssh.pl to be surrounded by parens, so as to avoid embarassing problems like confusing /path/to/ssh and /path/to/ssh_config. --- diff --git a/setup/setup-openssh.pl b/setup/setup-openssh.pl index 917f53d..8ddef02 100644 --- a/setup/setup-openssh.pl +++ b/setup/setup-openssh.pl @@ -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", ); #