Displaying 2 results from an estimated 2 matches for "r2401".
Did you mean:
2401
2007 Sep 10
1
ssh client stays connected after remote forward fails to bind
My command line looks like this:
ssh -2 -C -o BatchMode=yes -o KeepAlive=yes -o ServerAliveInterval=600
-N -T -x -a -R2401:127.0.0.1:2401 <host>
I've tried to instruct SSH that the only purpose it has in life is to
provide remote port forwarding (hence the -N -T) but if the remote fails
to bind I get an error locally (Could not bind to remove address) and
the SSH connection stays open and the client runni...
2010 Mar 15
1
[nut-commits] svn commit r2402 - in branches/svn-auto-changelog: . tools
...gelog/Makefile.am
>
> Modified: branches/svn-auto-changelog/Makefile.am
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- branches/svn-auto-changelog/Makefile.am Sun Mar 14 14:58:13 2010
> (r2401)
> +++ branches/svn-auto-changelog/Makefile.am Mon Mar 15 12:40:49 2010
> (r2402)
> @@ -30,6 +30,12 @@
> distcleancheck_listfiles = \
> find . -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';'
>
> +# Automatically generate the ChangeLog from SVN logs:...