shithub: riscv

Download patch

ref: ff4d45d147d69bca49be0971d641ce2137538f96
parent: 4c47ba6996843c6bf2e6f4b300ef405c1f23ac74
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Fri Jul 12 19:16:49 EDT 2013

rexec: redirect error (fd=2) to network for tcp17009

the new listen doesnt redirect stderr for us, so do it
in the service script.

--- a/rc/bin/service/tcp17009
+++ b/rc/bin/service/tcp17009
@@ -1,2 +1,2 @@
 #!/bin/rc
-exec /bin/ip/rexexec
+exec /bin/ip/rexexec >[2=1]
--