diff options
-rw-r--r-- | security/openssh/files/patch-al | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh/files/patch-al b/security/openssh/files/patch-al index 365a45928036..9a81a0c067ce 100644 --- a/security/openssh/files/patch-al +++ b/security/openssh/files/patch-al @@ -21,7 +21,7 @@ +#define HOST_CONFIG_FILE "__PREFIX__/etc/ssh_config" -#define SSH_PROGRAM "/usr/bin/ssh" -+#define SSH_PROGRAM "__PREFIX__/usr/bin/ssh" ++#define SSH_PROGRAM "__PREFIX__/bin/ssh" /* The process id of the daemon listening for connections is saved here to make it easier to kill the correct daemon when necessary. */ |