This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via f0ccae18190edf6c4b1041c5aff91a01b4ddffb3 (commit) from f3b0222e3f85921f3792b03a2428f611c50b339c (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit f0ccae18190edf6c4b1041c5aff91a01b4ddffb3 Author: Bernhard Bittner Bernhard.Bittner@gmx.net Date: Wed Jan 9 15:21:13 2013 +0100
ovpnmain.cgi: Fix typo.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/ovpnmain.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index b3c7b48..58ebdf2 100755 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -2436,7 +2436,7 @@ print <<END; <td><input type='text' name='MAX_CLIENTS' value='$cgiparams{'MAX_CLIENTS'}' size='10' /></td> </tr> <tr> - <td class='base'>Keppalive <br /> + <td class='base'>Keepalive <br /> (ping/ping-restart)</td> <td><input type='TEXT' name='KEEPALIVE_1' value='$cgiparams{'KEEPALIVE_1'}' size='10' /></td> <td><input type='TEXT' name='KEEPALIVE_2' value='$cgiparams{'KEEPALIVE_2'}' size='10' /></td>
hooks/post-receive -- IPFire 2.x development tree