summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-01-18 12:05:18 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-01-18 12:05:18 +1100
commit72c025d9f0f494d6816f045819b9be05fc915730 (patch)
treeafa1c48263bb64c391817e15d85e518a2363b862 /INSTALL
parent5caa78b1b7f086329b2102821a1e09512740dd61 (diff)
- (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 26d62976b..4fc3744f3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -200,7 +200,20 @@ running and has collected some Entropy.
200For more information on configuration, please refer to the manual pages 200For more information on configuration, please refer to the manual pages
201for sshd, ssh and ssh-agent. 201for sshd, ssh and ssh-agent.
202 202
2034. Problems? 2034. (Optional) Send survey
204-------------------------
205
206$ make survey
207[check the contents and make sure there's no sensitive information]
208$ make send-survey
209
210This will send configuration information for the currently configured
211host to a survey address. This will help determine which configurations
212are actually in use, and what valid combinations of configure options
213exist. The raw data is available only to the OpenSSH developers, however
214summary data may be published.
215
2165. Problems?
204------------ 217------------
205 218
206If you experience problems compiling, installing or running OpenSSH. 219If you experience problems compiling, installing or running OpenSSH.
@@ -208,4 +221,4 @@ Please refer to the "reporting bugs" section of the webpage at
208http://www.openssh.com/ 221http://www.openssh.com/
209 222
210 223
211$Id: INSTALL,v 1.65 2004/11/07 09:14:34 dtucker Exp $ 224$Id: INSTALL,v 1.66 2005/01/18 01:05:18 dtucker Exp $