From: <jh...@us...> - 2010-12-24 00:50:30
|
Revision: 248 http://etch.svn.sourceforge.net/etch/?rev=248&view=rev Author: jheiss Date: 2010-12-24 00:50:24 +0000 (Fri, 24 Dec 2010) Log Message: ----------- Document etch.conf in the man page Modified Paths: -------------- trunk/client/etch.8 Modified: trunk/client/etch.8 =================================================================== --- trunk/client/etch.8 2010-12-23 02:06:14 UTC (rev 247) +++ trunk/client/etch.8 2010-12-24 00:50:24 UTC (rev 248) @@ -140,6 +140,25 @@ .SH FILES .TP +.B /etc/etch.conf +Optional configuration file for the etch client. The distribution ships with +an example file showing the available settings and their defaults. The file +syntax consists of "name = value" parameters. Lines starting with '#' and +empty lines are interpreted as comments. +.IP +.B server = +The URL for connecting to the server. http:// and https:// are supported. +.IP +.B path = +PATH environment etch should use when executing external commands. +.IP +.B local = +Etch can read configuration from a local directory rather than from a server. +If set this will override the server setting. +.IP +.B key = +SSH host key to use for authentication rather than standard system key. +.TP .B /etc/etch/ca.pem SSL certificate(s) needed to verify the .B etch This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |