diff options
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -124,5 +124,9 @@ either internally or through RSAref. | |||
124 | 124 | ||
125 | scp must be in the default PATH on both the client and the server. You may | 125 | scp must be in the default PATH on both the client and the server. You may |
126 | need to use the --with-default-path option to specify a custom path to | 126 | need to use the --with-default-path option to specify a custom path to |
127 | search on the server. | 127 | search on the server. This option replaces the default path, so you need |
128 | to specify all the current directories on your path as well as where you | ||
129 | have installed scp. For example: | ||
130 | |||
131 | ./configure --with-default-path=/bin:/usr/bin:/usr/local/bin:/path/to/scp | ||
128 | 132 | ||