mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Also, set SSH_PROGRAM correctly.
This commit is contained in:
parent
f0ca59b2b5
commit
56a0d0c739
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23297
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user