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