X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ea0-f174.google.com (mail-ea0-f174.google.com [209.85.215.174]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 0C39EDC018F for ; Fri, 8 Mar 2013 12:51:18 +0000 (UTC) Received: by mail-ea0-f174.google.com with SMTP id q10so166335eaj.5 for ; Fri, 08 Mar 2013 04:51:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:subject:from:to:cc:date:content-type:x-mailer :mime-version:content-transfer-encoding; bh=mZEbyMNwNCfc3sc4TeBiKBCdPIIb++Ki48ULSTTIKC4=; b=N76bDx922x8DIRqr3k0J/6zxWlz8bYsMjFG8pTUgFAPnyrNhGoW4oDqTuz/y5ZZDLM NzreBdnYx8HbjjytFLytYQ96btMeyPwAvao1TCWr+EeS1mUsBhuRM87V/GFV1N2GXFxk h+Te5B6Hut+DZhKsnv5TSJPx2D98bW9SVahKXWh5xw3raarZnFljMYfS7rrq/E985gg4 lVJ2iauhUzXpGoWQy7AQy4pV+gXv+Oau5ZXjW395eUibP8/i8d222f+n6beyb0CjLJl5 tXo0mwav0kY+D+wqGuDW65VVs9Xk1fHKfjygZWKYXYzZlPoSbjTPEKjHotFMakHtBOfj +gzA== X-Received: by 10.14.183.198 with SMTP id q46mr5374772eem.1.1362747076931; Fri, 08 Mar 2013 04:51:16 -0800 (PST) Received: from [10.44.65.254] (93-57-120-162.ip164.fastwebnet.it. [93.57.120.162]) by mx.google.com with ESMTPS id d47sm7598562eem.9.2013.03.08.04.51.15 (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 08 Mar 2013 04:51:16 -0800 (PST) Message-ID: <1362747073.29168.5.camel@df1844j> Subject: [alpine-devel] [PATCH] awall/json: define service tftp From: Leonardo Arena To: alpine-devel Cc: "kaarle.ritvanen" Date: Fri, 08 Mar 2013 13:51:13 +0100 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.2-0ubuntu0.1 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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 ---