Subversion Repositories lsh

Compare Revisions

Ignore whitespace Rev 78 → Rev 64

/trunk/debian/patches/ipv6_v6only.dpatch
File deleted
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: terminate_on_connection_failure.dpatch
===================================================================
--- terminate_on_connection_failure.dpatch (.../tags/2.0.4-dfsg-7/debian/patches) (revision 78)
+++ terminate_on_connection_failure.dpatch (.../trunk/debian/patches) (nonexistent)
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## terminate_on_connection_failure.dpatch by Magnus Holmgren <holmgren@debian.org>
-##
-## DP: Call exit() in lsh's default exception handler on EXC_IO_CONNECT; otherwise
-## DP: lsh won't terminate.
-
-@DPATCH@
-diff -urNad trunk~/src/lsh.c trunk/src/lsh.c
---- trunk~/src/lsh.c 2005-03-16 21:06:23.000000000 +0100
-+++ trunk/src/lsh.c 2010-01-09 22:32:51.000000000 +0100
-@@ -959,6 +959,8 @@
- *self->status = EXIT_FAILURE;
-
- werror("%z, (errno = %i)\n", e->msg, exc->error);
-+ if (e->type == EXC_IO_CONNECT)
-+ exit(*self->status);
- }
- else
- switch(e->type)
/terminate_on_connection_failure.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: 00list
===================================================================
--- 00list (.../tags/2.0.4-dfsg-7/debian/patches) (revision 78)
+++ 00list (.../trunk/debian/patches) (revision 64)
@@ -3,5 +3,3 @@
40_better_errmsg_when_dotlsh_missing
nettle_2.0
blacklist
-terminate_on_connection_failure
-ipv6_v6only