diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-21 07:47:12 -0300 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-10-25 17:51:02 +0200 |
commit | d7a8c44b9aa0cebf17cbe2c192adbd13b9fd0aa0 (patch) | |
tree | f67f06882c4ff770fcfee00fa1ebf371759703c5 /community/6tunnel/add-runit.patch | |
parent | 658966f8ac0168fd00883d33f42affe5c099ffb3 (diff) | |
download | aports-d7a8c44b9aa0cebf17cbe2c192adbd13b9fd0aa0.tar.bz2 aports-d7a8c44b9aa0cebf17cbe2c192adbd13b9fd0aa0.tar.xz |
community/6tunnel: upgrade to 0.13
Diffstat (limited to 'community/6tunnel/add-runit.patch')
-rw-r--r-- | community/6tunnel/add-runit.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/community/6tunnel/add-runit.patch b/community/6tunnel/add-runit.patch deleted file mode 100644 index 9c006a4766..0000000000 --- a/community/6tunnel/add-runit.patch +++ /dev/null @@ -1,26 +0,0 @@ -From: Stuart Cardall <developer@it-offshore.co.uk> -Date: Fri, 10 Feb 2017 15:26:30 +0000 -Subject: [PATCH] add contrib/runit.run - -Adds example run script for service supervision with runit. - -Alpine notes: -* This patch is ported from upstream commit: - https://github.com/wojtekka/6tunnel/commit/f800eb1fe5b54ad1022c1bebd2a41a650b86752d - -new file mode 100755 -index 0000000..d87789e ---- /dev/null -+++ b/contrib/runit.run -@@ -0,0 +1,11 @@ -+#!/bin/sh -+# -+# example run script for service supervision with runit -+# http://smarden.org/runit/ -+# -+# redirect ipv4 port 80 to internal ipv6 port 80 & drop privileges -+# -+exec 2>&1 -+exec 6tunnel -u nobody -d -p /run/80.pid 80 a:dead:beef:1 80 -+ -+ |