summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-10-02 19:23:41 -0400
committerMicah Anderson <micah@riseup.net>2009-10-02 19:23:41 -0400
commit5dfd23e3ef0ab469e8b8893a787f3f5bee9464bf (patch)
tree6563312f1fd836375a7dfd6681186eb0a7cb05dd /templates
parent889128009577f3c588d954054edd4acb1cab3a44 (diff)
move the 'connect' variable in the template to appear right after the
'accept' variable, because that is how they typically appear in the config files, having it show up in alphabetical order is not what admins expect
Diffstat (limited to 'templates')
-rw-r--r--templates/client.conf.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/client.conf.erb b/templates/client.conf.erb
index 13bfef7..84b8f17 100644
--- a/templates/client.conf.erb
+++ b/templates/client.conf.erb
@@ -34,7 +34,7 @@ end -%>
; Service-level configuration
<%= '[' + name + ']' %>
-<%- %w{accept capath cafile cert ciphers connect crlpath crlfile delay enginenum exec
+<%- %w{accept connect capath cafile cert ciphers crlpath crlfile delay enginenum exec
execargs failover ident key local oscp ocspflag options protocol protocolauthentication
protocolhost protocolpassword protocolusername pty retry session sslversion stack
timeoutbusy timeoutclose timeoutconnect timeoutidle transparent verify}.each do |v|