X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id A4F1CDC006A for ; Fri, 7 Mar 2014 09:52:34 +0000 (UTC) Received: by mail-bk0-f53.google.com with SMTP id r7so851407bkg.40 for ; Fri, 07 Mar 2014 01:52:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:content-type:mime-version; bh=yUU6dOG+T9UlaPaikXDvs5647w6ZtmMbx/r/ul8mqRQ=; b=fkD/Hp/R8BFV+OvRsrECqoYZnsAq17QWRhNa3bouqG5pq46jgZbHtKGMyI5Fg30CGE bKNOHXzXyOXwWLFIrluq7HlvTET6/frAcGHLgAoneE7mDTMxyWjx6PKHktNWusq3WY4G pW571/fH6mmXUzjvjS1D1c1LzieMu0u9GyEfGJz7YhCTjH8XwsZw2R5xt0QurspbFQkd 4xYTFhfGETcq8FPOB1Z7Ay+Ays9/eTSE+OB360BRUpLFf07XE63M5ljcX2rKOmaBM2vW UiWSCGY3m99+iHG3uFqLRSPZxnvRRTBdhgNLfjzE9+okqPTwRUj7Lp14YarpsbdgZz2o wzEA== X-Received: by 10.204.64.139 with SMTP id e11mr25646bki.183.1394185951890; Fri, 07 Mar 2014 01:52:31 -0800 (PST) Received: from [10.44.65.254] (93-57-120-162.ip164.fastwebnet.it. [93.57.120.162]) by mx.google.com with ESMTPSA id ey13sm1640735bkb.11.2014.03.07.01.52.30 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 07 Mar 2014 01:52:30 -0800 (PST) Message-ID: <1394185941.14181.78.camel@df1844j> Subject: [alpine-devel] [PATCH] awall/json: define telnet service From: Leonardo Arena To: alpine-devel Cc: "kaarle.ritvanen" Date: Fri, 07 Mar 2014 10:52:21 +0100 Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-rn8oxKFTXm70o82hMUlr" X-Mailer: Evolution 3.8.4-0ubuntu1 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 --=-rn8oxKFTXm70o82hMUlr Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable --- json/services.json | 1 + 1 file changed, 1 insertion(+) diff --git a/json/services.json b/json/services.json index 1eef980..f913a1f 100644 --- a/json/services.json +++ b/json/services.json @@ -109,6 +109,7 @@ "ssh": { "proto": "tcp", "port": 22 }, "submission": { "proto": "tcp", "port": 587 }, "syslog": { "proto": "udp", "port": 514 }, + "telnet": { "proto": "tcp", "port": 23 }, "tftp": { "proto": "udp", "port": 69 }, "vnc": { "proto": "tcp", "port": 5900 } } --=20 1.9.0 --=-rn8oxKFTXm70o82hMUlr Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) iQEcBAABAgAGBQJTGZbVAAoJELAPckZGG2T6SdMH/i3JtSsIMt6uZlNrdNXzbQIR /sKeuT7SXusx2wL8Wj2oSfnyCaQ28EfyIGP/YC/EJQbHCmmBibb/FMQw6iCagEgs 6gcPJXGzZQiFjZ1eo0m3GWortR/x+v9xwK66qpWV7I6pIcNVO4WptgKFpQz/SRi7 0947Wx/jJJroDdwhTdMNQDl7gTwsh66mzMpfX32nhAHVEcXkiCFpYK0fu+QXBbXR CdaxUu4oliygyan21k6f6k0vdyf6WUota/P4p3uqL582rMi4k71TXwR4LKqtx8YX 2jvPyb5D54c6kfbP7Bvgmh0L6p6dxkL8sSVGxH3C3UIL+3sCmpFyB3Jg9nCzeeM= =5u1I -----END PGP SIGNATURE----- --=-rn8oxKFTXm70o82hMUlr-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---