~alpine/devel

awall/json: define service tftp v1 PROPOSED

Leonardo Arena: 1
 awall/json: define service tftp

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/413/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] awall/json: define service tftp Export this patch

Thanks

---
 json/services.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/json/services.json b/json/services.json
index 4570528..32ae9fa 100644
--- a/json/services.json
+++ b/json/services.json
@@ -101,6 +101,7 @@
    "snmp": { "proto": "udp", "port": 161 },
    "snmp-trap": { "proto": "udp", "port": 162 },
    "ssh": { "proto": "tcp", "port": 22 },
    "syslog": { "proto": "udp", "port": 514 }
    "syslog": { "proto": "udp", "port": 514 },
    "tftp": { "proto": "udp", "port": 69 }
  }
}
-- 
1.8.1.3




---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Applied.

BR,
Kaarle


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---