~alpine/devel

json: define FTP service v1 PROPOSED

Leonardo: 1
 json: define FTP service

 1 files changed, 1 insertions(+), 0 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/38/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] json: define FTP service Export this patch

---
 json/services.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/json/services.json b/json/services.json
index eb159ba..5016c04 100644
--- a/json/services.json
+++ b/json/services.json
@@ -14,6 +14,7 @@
      { "proto": "tcp", "port": 135 },
      { "proto": "udp", "port": 135 }
    ],
    "ftp": { "proto": "tcp", "port": 21 },
    "gre": { "proto": "gre" },
    "hp-pdl": { "proto": "tcp", "port": 9100 },
    "http": { "proto": "tcp", "port": 80 },
-- 
1.7.11.4