summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-16 12:23:13 +1100
committerDamien Miller <djm@mindrot.org>2000-03-16 12:23:13 +1100
commitca9a49cd0b75338211cb1e614ea07c8866b5f6e0 (patch)
tree799f66ccd30998a6c73f0a3e711b1b49893dcba1
parent9687322c0386ec4053b7478c11aa6e3c9bd52837 (diff)
- Added blurb about "scp: command not found" errors to UPGRADING
-rw-r--r--ChangeLog1
-rw-r--r--UPGRADING6
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 216b61fd..1c073da2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
Hesprich <dghespri@sprintparanet.com>
- Propogate LD through to Makefile
- Doc cleanups
+ - Added blurb about "scp: command not found" errors to UPGRADING
20000315
- Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
diff --git a/UPGRADING b/UPGRADING
index c970525c..aacc9ab2 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -120,3 +120,9 @@ Configure OpenSSH with --with-md5-passwords
Ensure that your OpenSSL libraries have been built to include RSA support
either internally or through RSAref.
+13. "scp: command not found" errors
+
+scp must be in the default PATH on both the client and the server. You may
+need to use the --with-default-path option to specify a custom path to
+search on the server.
+