summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authordtucker <dtucker>2005-01-18 01:05:18 +0000
committerdtucker <dtucker>2005-01-18 01:05:18 +0000
commitb52af4fb50daf83590a61c272a92293f639da5c8 (patch)
tree4dd2d236318da991f1b587e609368ccb0575bdd9 /INSTALL
parentcd25cbef7d64e1e2e79d4c3cca7810bca1f89549 (diff)
downloadopenssh-b52af4fb50daf83590a61c272a92293f639da5c8.tar.gz
- (dtucker) [INSTALL Makefile.in configure.ac survey.sh.in] Implement
"make survey" and "make send-survey". This will provide data on the configure parameters, platform and platform features to the development team, which will allow (among other things) better targetting of testing. It's entirely voluntary and is off be default. ok djm@
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 15 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 26d62976..4fc3744f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -200,7 +200,20 @@ running and has collected some Entropy.
For more information on configuration, please refer to the manual pages
for sshd, ssh and ssh-agent.
-4. Problems?
+4. (Optional) Send survey
+-------------------------
+
+$ make survey
+[check the contents and make sure there's no sensitive information]
+$ make send-survey
+
+This will send configuration information for the currently configured
+host to a survey address. This will help determine which configurations
+are actually in use, and what valid combinations of configure options
+exist. The raw data is available only to the OpenSSH developers, however
+summary data may be published.
+
+5. Problems?
------------
If you experience problems compiling, installing or running OpenSSH.
@@ -208,4 +221,4 @@ Please refer to the "reporting bugs" section of the webpage at
http://www.openssh.com/
-$Id: INSTALL,v 1.65 2004/11/07 09:14:34 dtucker Exp $
+$Id: INSTALL,v 1.66 2005/01/18 01:05:18 dtucker Exp $